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:
authorFilipa Lacerda <filipa@gitlab.com>2016-11-28 14:34:02 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-12-13 13:49:03 +0300
commit605715067767572ff96964370d78e7b31083ddde (patch)
tree6e7bb4aca59ca83ee100a2e07efea08fc84c08e1 /app/helpers/ci_status_helper.rb
parent7d36c88916717646f583a95118a47a095ab449a0 (diff)
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