Commit bb4ae381 authored by Mike Greiling's avatar Mike Greiling

move shared runner limits admin setting into a partial to reduce merge conflicts

parent 7d293e5a
...@@ -215,14 +215,9 @@ ...@@ -215,14 +215,9 @@
= f.label :shared_runners_enabled do = f.label :shared_runners_enabled do
= f.check_box :shared_runners_enabled = f.check_box :shared_runners_enabled
Enable shared runners for new projects Enable shared runners for new projects
.form-group
= f.label :shared_runners_minutes, 'Build minutes quota', class: 'control-label col-sm-2' = render 'shared_runners_minutes_setting', form: f
.col-sm-10
= f.number_field :shared_runners_minutes, class: 'form-control'
.help-block
Set the maximum number of build minutes that a group can use on shared runners per month.
0 for unlimited.
= link_to "(?)", help_page_path("user/admin_area/settings/continuous_integration", anchor: "shared-runners-minutes")
.form-group .form-group
= f.label :shared_runners_text, class: 'control-label col-sm-2' = f.label :shared_runners_text, class: 'control-label col-sm-2'
.col-sm-10 .col-sm-10
......
.form-group
= form.label :shared_runners_minutes, 'Build minutes quota', class: 'control-label col-sm-2'
.col-sm-10
= form.number_field :shared_runners_minutes, class: 'form-control'
.help-block
Set the maximum number of build minutes that a group can use on shared runners per month.
0 for unlimited.
= link_to "(?)", help_page_path("user/admin_area/settings/continuous_integration", anchor: "shared-runners-minutes")
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment