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
47ca2d32
Commit
47ca2d32
authored
Aug 30, 2016
by
Annabel Dunstone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new icon for created pipeline
parent
b2e23e33
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletion
+11
-1
app/assets/stylesheets/pages/status.scss
app/assets/stylesheets/pages/status.scss
+9
-0
app/helpers/ci_status_helper.rb
app/helpers/ci_status_helper.rb
+1
-1
app/views/shared/icons/_icon_status_created.svg
app/views/shared/icons/_icon_status_created.svg
+1
-0
No files found.
app/assets/stylesheets/pages/status.scss
View file @
47ca2d32
...
@@ -43,6 +43,15 @@
...
@@ -43,6 +43,15 @@
border-color
:
$blue-normal
;
border-color
:
$blue-normal
;
}
}
&
.ci-created
{
color
:
$table-text-gray
;
border-color
:
$table-text-gray
;
svg
{
fill
:
$table-text-gray
;
}
}
svg
{
svg
{
height
:
13px
;
height
:
13px
;
width
:
13px
;
width
:
13px
;
...
...
app/helpers/ci_status_helper.rb
View file @
47ca2d32
...
@@ -41,7 +41,7 @@ module CiStatusHelper
...
@@ -41,7 +41,7 @@ module CiStatusHelper
when
'play'
when
'play'
'icon_play'
'icon_play'
when
'created'
when
'created'
'icon_status_
pending
'
'icon_status_
created
'
else
else
'icon_status_cancel'
'icon_status_cancel'
end
end
...
...
app/views/shared/icons/_icon_status_created.svg
0 → 100644
View file @
47ca2d32
<svg
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 14 14"
enable-background=
"new 0 0 14 14"
><path
d=
"M12.5,7 C12.5,4 10,1.5 7,1.5 C4,1.5 1.5,4 1.5,7 C1.5,10 4,12.5 7,12.5 C10,12.5 12.5,10 12.5,7 L12.5,7 Z M0,7 C0,3.1 3.1,0 7,0 C10.9,0 14,3.1 14,7 C14,10.9 10.9,14 7,14 C3.1,14 0,10.9 0,7 L0,7 Z"
/><circle
cx=
"7"
cy=
"7"
r=
"3.25"
/></svg>
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