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
0fc1a038
Commit
0fc1a038
authored
Jun 02, 2017
by
Bryce Johnson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Style linked pipeline separator. [ci-skip]
parent
fd4cf455
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
app/assets/javascripts/pipelines/components/graph/linked_pipeline.vue
...avascripts/pipelines/components/graph/linked_pipeline.vue
+2
-1
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+7
-0
No files found.
app/assets/javascripts/pipelines/components/graph/linked_pipeline.vue
View file @
0fc1a038
...
...
@@ -50,7 +50,8 @@ export default {
<ci-status
:status=
"pipelineStatus"
/>
</span>
<span
class=
"linked-pipeline-project-name"
>
{{
projectName
}}
</span>
<span
class=
"linked-pipeline-id"
>
•
#
{{
pipelineId
}}
</span>
<span
class=
"project-name-pipeline-id-separator"
>
•
</span>
<span
class=
"linked-pipeline-id"
>
#
{{
pipelineId
}}
</span>
</a>
</div>
</li>
...
...
app/assets/stylesheets/pages/pipelines.scss
View file @
0fc1a038
...
...
@@ -1081,3 +1081,10 @@
line-height
:
0
;
z-index
:
10
;
}
.project-name-pipeline-id-separator
{
display
:
inline-block
;
margin
:
4px
2px
0
2px
;
font-size
:
10px
;
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