Make disable group runners button outlined like disable shared runners button (#10244)
This commit is contained in:
parent
20e236cf93
commit
2135949eb5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
- if @project.group
|
||||
%hr
|
||||
- if @project.group_runners_enabled?
|
||||
= link_to toggle_group_runners_project_runners_path(@project), class: 'btn btn-warning', method: :post do
|
||||
= link_to toggle_group_runners_project_runners_path(@project), class: 'btn btn-close', method: :post do
|
||||
Disable group Runners
|
||||
- else
|
||||
= link_to toggle_group_runners_project_runners_path(@project), class: 'btn btn-success', method: :post do
|
||||
|
|
Loading…
Reference in a new issue