Commit ddd9e1f8 authored by Mike Greiling's avatar Mike Greiling

specify that a setting of 0 for shared_runners_minutes = unlimited

parent acaa36cb
...@@ -220,7 +220,7 @@ ...@@ -220,7 +220,7 @@
.col-sm-10 .col-sm-10
= f.number_field :shared_runners_minutes, class: 'form-control' = f.number_field :shared_runners_minutes, class: 'form-control'
.help-block .help-block
Set the maximum number of minutes that a group can use shared runners in a one month period Set the maximum number of minutes that a group can use shared runners in a one month period. 0 for unlimited.
= link_to "(?)", help_page_path("user/admin_area/settings/continuous_integration", anchor: "shared-runners-minutes") = 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'
......
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