Updated description for the form

This commit is contained in:
Lin Jen-Shin 2016-06-09 15:49:34 +08:00
parent b0908d8739
commit f59d972d5f

View file

@ -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