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

Updated description for the form

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