diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2016-11-28 11:34:02 +0000 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-12-13 11:49:03 +0100 |
commit | 605715067767572ff96964370d78e7b31083ddde (patch) | |
tree | 6e7bb4aca59ca83ee100a2e07efea08fc84c08e1 /app/helpers/ci_status_helper.rb | |
parent | 7d36c88916717646f583a95118a47a095ab449a0 (diff) | |
download | gitlab-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.rb | 2 |
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 |