summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-02-03 12:41:16 +0100
committerKamil Trzcinski <ayufan@ayufan.eu>2016-02-03 12:41:16 +0100
commite80c79e3ad0efe505541ebac0b149b750cd1cc60 (patch)
tree42f16121a216990fecb5f30eea76a992929bac57 /app/views
parent8670411ae7acb93b5113634a3ae5e476ef6d2aee (diff)
downloadgitlab-ce-e80c79e3ad0efe505541ebac0b149b750cd1cc60.tar.gz
Fix build errors
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/edit.html.haml6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index e3165caad05..fd61ce6a99a 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -130,6 +130,7 @@
%strong git fetch
%br
%span.descr Faster
+
.form-group
= f.label :build_timeout_in_minutes, 'Timeout', class: 'control-label'
.col-sm-10
@@ -157,12 +158,15 @@
%li
phpunit --coverage-text --colors=never (PHP) -
%code ^\s*Lines:\s*\d+.\d+\%
+
.form-group
.col-sm-offset-2.col-sm-10
.checkbox
= f.label :allow_guest_to_access_builds do
= f.check_box :allow_guest_to_access_builds
- Allow guest to access builds (including build logs and artifacts)
+ %strong Guests can see builds
+ .help-block Allow guests and anonymous users to access builds including build trace and artifacts
+
%fieldset.features
%legend
Advanced settings