Commit f59d972d authored by Lin Jen-Shin's avatar Lin Jen-Shin

Updated description for the form

parent b0908d87
......@@ -13,11 +13,11 @@
= f.check_box :run_untagged
%span.light Indicates whether this runner can pick jobs without tags
.form-group
= label :locked, 'Exclusive to this project', class: 'control-label'
= label :locked, 'Lock to this project', class: 'control-label'
.col-sm-10
.checkbox
= f.check_box :locked
%span.light Indicates whether this runner can be enabled for other projects
%span.light When a runner is locked, it cannot be enabled for other projects
.form-group
= label_tag :token, class: 'control-label' do
Token
......
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