summaryrefslogtreecommitdiff
path: root/app/helpers/ci_status_helper.rb
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-30 11:55:57 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-30 11:55:57 -0500
commit47ca2d3202539f759552a277d4342591afd869a9 (patch)
treeb95be3ec2893178ae068350a73f196dc20203035 /app/helpers/ci_status_helper.rb
parentb2e23e33b3205321a7a95b3042313b2438d8b3fc (diff)
downloadgitlab-ce-47ca2d3202539f759552a277d4342591afd869a9.tar.gz
Add new icon for created pipeline
Diffstat (limited to 'app/helpers/ci_status_helper.rb')
-rw-r--r--app/helpers/ci_status_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/ci_status_helper.rb b/app/helpers/ci_status_helper.rb
index 0327b476d18..00bdb488c9b 100644
--- a/app/helpers/ci_status_helper.rb
+++ b/app/helpers/ci_status_helper.rb
@@ -41,7 +41,7 @@ module CiStatusHelper
when 'play'
'icon_play'
when 'created'
- 'icon_status_pending'
+ 'icon_status_created'
else
'icon_status_cancel'
end