summaryrefslogtreecommitdiff
path: root/app/helpers/ci_status_helper.rb
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2016-11-28 11:34:02 +0000
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-12-13 11:49:03 +0100
commit605715067767572ff96964370d78e7b31083ddde (patch)
tree6e7bb4aca59ca83ee100a2e07efea08fc84c08e1 /app/helpers/ci_status_helper.rb
parent7d36c88916717646f583a95118a47a095ab449a0 (diff)
downloadgitlab-ce-605715067767572ff96964370d78e7b31083ddde.tar.gz
Adds manual action icon and case to show it
Diffstat (limited to 'app/helpers/ci_status_helper.rb')
-rw-r--r--app/helpers/ci_status_helper.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/helpers/ci_status_helper.rb b/app/helpers/ci_status_helper.rb
index d9f5e01f0dc..eb2aeaa4628 100644
--- a/app/helpers/ci_status_helper.rb
+++ b/app/helpers/ci_status_helper.rb
@@ -48,6 +48,8 @@ module CiStatusHelper
'icon_status_created'
when 'skipped'
'icon_status_skipped'
+ when 'manual'
+ 'icon_status_manual'
else
'icon_status_canceled'
end