summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-12-11 13:39:43 +0100
committerKamil Trzcinski <ayufan@ayufan.eu>2015-12-11 18:02:10 +0100
commit513d551c8f7078e263d31ef2c30a1f72cbab3fae (patch)
tree08d577d5fb497e168ebd79914c189f28fc78c428 /app/views/projects
parent73b04bebad23ce6750d7747c821a93cfeb73a9d2 (diff)
downloadgitlab-ce-513d551c8f7078e263d31ef2c30a1f72cbab3fae.tar.gz
Fix after column rename
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/edit.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index a7ab9b44e79..650629ef1b9 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -163,9 +163,9 @@
%legend
Advanced settings
.form-group
- = f.label :token, "CI token", class: 'control-label'
+ = f.label :runners_token, "CI token", class: 'control-label'
.col-sm-10
- = f.text_field :token, class: "form-control", placeholder: 'xEeFCaDAB89'
+ = f.text_field :runners_token, class: "form-control", placeholder: 'xEeFCaDAB89'
%p.help-block The secure token used to checkout project.
.form-actions