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
ee2b4cee
Commit
ee2b4cee
authored
Jun 06, 2017
by
Bryce Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Shush scss_lint and eslint.
parent
4c3e72ae
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/pipelines/components/graph/linked_pipeline.vue
...avascripts/pipelines/components/graph/linked_pipeline.vue
+1
-1
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+1
-1
No files found.
app/assets/javascripts/pipelines/components/graph/linked_pipeline.vue
View file @
ee2b4cee
...
@@ -31,7 +31,7 @@ export default {
...
@@ -31,7 +31,7 @@ export default {
tooltipText
()
{
tooltipText
()
{
return
`
${
this
.
projectName
}
-
${
this
.
pipelineStatus
.
label
}
`
;
return
`
${
this
.
projectName
}
-
${
this
.
pipelineStatus
.
label
}
`
;
},
},
}
}
,
};
};
</
script
>
</
script
>
...
...
app/assets/stylesheets/pages/pipelines.scss
View file @
ee2b4cee
...
@@ -1101,7 +1101,7 @@
...
@@ -1101,7 +1101,7 @@
.project-name-pipeline-id-separator
{
.project-name-pipeline-id-separator
{
display
:
inline-block
;
display
:
inline-block
;
margin
:
4px
2px
0
2px
;
margin
:
4px
2px
0
;
font-size
:
10px
;
font-size
:
10px
;
vertical-align
:
top
;
vertical-align
:
top
;
}
}
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