summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-12-13 11:53:36 +0100
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-12-13 11:53:36 +0100
commit2011f8f1c2b4788df04fd76dcab816ab337e9e08 (patch)
tree3a6c88b242d4affb42060efafcb5872bbd6134b8 /app
parent605715067767572ff96964370d78e7b31083ddde (diff)
downloadgitlab-ce-2011f8f1c2b4788df04fd76dcab816ab337e9e08.tar.gz
Use manual build icon in play/stop build statuses
Diffstat (limited to 'app')
-rw-r--r--app/helpers/ci_status_helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/helpers/ci_status_helper.rb b/app/helpers/ci_status_helper.rb
index eb2aeaa4628..d9f5e01f0dc 100644
--- a/app/helpers/ci_status_helper.rb
+++ b/app/helpers/ci_status_helper.rb
@@ -48,8 +48,6 @@ module CiStatusHelper
'icon_status_created'
when 'skipped'
'icon_status_skipped'
- when 'manual'
- 'icon_status_manual'
else
'icon_status_canceled'
end