Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-18 17:18:56 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-19 17:21:51 +0300
commit1ac37d97e6870b59db7983d6e84714777500017c (patch)
tree036785d5d5dfa8b8fb7be9b18ac654f364ddb355 /app/helpers/ci_status_helper.rb
parent560d468dc6bebe07614ce964c9c2338f38d7bfed (diff)
Add play icon SVG
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 94df7d131ca..bb285a17baf 100644
--- a/app/helpers/ci_status_helper.rb
+++ b/app/helpers/ci_status_helper.rb
@@ -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