Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d90fc3b7
Commit
d90fc3b7
authored
Nov 07, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Strip trailing whitespace in job_app.vue
This caused unnecessary conflicts in EE.
parent
bef19a29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
app/assets/javascripts/jobs/components/job_app.vue
app/assets/javascripts/jobs/components/job_app.vue
+3
-3
No files found.
app/assets/javascripts/jobs/components/job_app.vue
View file @
d90fc3b7
...
@@ -240,16 +240,16 @@ export default {
...
@@ -240,16 +240,16 @@ export default {
:erased-at=
"job.erased_at"
:erased-at=
"job.erased_at"
/>
/>
<div
<div
v-if=
"job.archived"
v-if=
"job.archived"
ref=
"sticky"
ref=
"sticky"
class=
"js-archived-job prepend-top-default archived-sticky sticky-top"
class=
"js-archived-job prepend-top-default archived-sticky sticky-top"
>
>
<icon
<icon
name=
"lock"
name=
"lock"
class=
"align-text-bottom"
class=
"align-text-bottom"
/>
/>
{{
__
(
'
This job is archived. Only the complete pipeline can be retried.
'
)
}}
{{
__
(
'
This job is archived. Only the complete pipeline can be retried.
'
)
}}
</div>
</div>
<!--job log -->
<!--job log -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment