summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2016-02-18 12:37:35 +0000
committerRémy Coutable <remy@rymai.me>2016-02-18 15:14:34 +0100
commitfcedf80f467a856f109f6666cf9a72ae3c5295eb (patch)
tree5e175bd1f22c6d157d5f10de9a15224b3d94dcd2 /app
parentf762b63214c8a381bcb3a331094c56e44285e642 (diff)
downloadgitlab-ce-fcedf80f467a856f109f6666cf9a72ae3c5295eb.tar.gz
Merge branch 'rs-git-fetch-labels' into 'master'
Fix labels for git clone/git fetch Project CI setting See merge request !2842
Diffstat (limited to 'app')
-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