summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-02-16 15:57:05 -0500
committerRobert Speicher <rspeicher@gmail.com>2016-02-16 15:57:39 -0500
commit250d2fed998734e1c884cd0a07c592cd3b272a03 (patch)
tree12d0039eb68cd5c7049ce62e0c7befb21b5bb46f
parentb274a1248d017761a52c1e80459c99a77b47b2a5 (diff)
downloadgitlab-ce-rs-git-fetch-labels.tar.gz
Fix labels for git clone/git fetch Project CI settingrs-git-fetch-labels
-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 fdcb6987471..042f660077e 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -119,13 +119,13 @@
.col-sm-offset-2.col-sm-10
%p Get recent application code using the following command:
.radio
- = f.label :build_allow_git_fetch do
+ = f.label :build_allow_git_fetch_false do
= f.radio_button :build_allow_git_fetch, 'false'
%strong git clone
%br
%span.descr Slower but makes sure you have a clean dir before every build
.radio
- = f.label :build_allow_git_fetch do
+ = f.label :build_allow_git_fetch_true do
= f.radio_button :build_allow_git_fetch, 'true'
%strong git fetch
%br