提交 2011f8f1 编写于 作者: G Grzegorz Bizon

Use manual build icon in play/stop build statuses

上级 60571506
......@@ -48,8 +48,6 @@ module CiStatusHelper
'icon_status_created'
when 'skipped'
'icon_status_skipped'
when 'manual'
'icon_status_manual'
else
'icon_status_canceled'
end
......
......@@ -6,11 +6,15 @@ module Gitlab
include Status::Extended
def text
'play'
'manual'
end
def label
'play'
'manual play action'
end
def icon
'icon_status_manual'
end
def has_action?
......
......@@ -6,11 +6,15 @@ module Gitlab
include Status::Extended
def text
'stop'
'manual'
end
def label
'stop'
'manual stop action'
end
def icon
'icon_status_manual'
end
def has_action?
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册