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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
1ac37d97
Commit
1ac37d97
authored
Aug 18, 2016
by
Annabel Dunstone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add play icon SVG
parent
560d468d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
5 deletions
+13
-5
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+11
-4
app/helpers/ci_status_helper.rb
app/helpers/ci_status_helper.rb
+1
-1
app/views/shared/icons/_icon_play.svg
app/views/shared/icons/_icon_play.svg
+1
-0
No files found.
app/assets/stylesheets/pages/pipelines.scss
View file @
1ac37d97
...
...
@@ -300,6 +300,17 @@
&
.playable
{
background-color
:
$gray-light
;
svg
{
height
:
12px
;
width
:
12px
;
position
:
relative
;
top
:
1px
;
path
{
fill
:
$layout-link-gray
;
}
}
}
.build-content
{
...
...
@@ -319,10 +330,6 @@
margin-right
:
5px
;
}
.fa
{
font-size
:
13px
;
}
// Connect first build in each stage with right horizontal line
&
:first-child
{
&
:
:
after
{
...
...
app/helpers/ci_status_helper.rb
View file @
1ac37d97
...
...
@@ -39,7 +39,7 @@ module CiStatusHelper
when
'running'
'icon_status_running'
when
'play'
return
icon
(
'play fw'
)
'icon_play'
when
'created'
'icon_status_pending'
else
...
...
app/views/shared/icons/_icon_play.svg
0 → 100644
View file @
1ac37d97
<svg
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 10 11"
><path
fill-rule=
"evenodd"
d=
"m9.283 6.47l-7.564 4.254c-.949.534-1.719.266-1.719-.576v-9.292c0-.852.756-1.117 1.719-.576l7.564 4.254c.949.534.963 1.392 0 1.934"
/></svg>
\ No newline at end of file
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