diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2017-08-31 17:17:05 +0000 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2017-08-31 17:17:05 +0000 |
commit | e58428382265f02639a7fc8c1bfcc6311564c0d0 (patch) | |
tree | 6dc51a5d77df9e804dd7f5b1ad33d68005bb9f43 /app/views/projects/new.html.haml | |
parent | 9aef0427eb9986fc27a399ea6b47e1518d6ebdac (diff) | |
parent | cf37f0b173abacaef36660f1c9875f8fee8b78d8 (diff) | |
download | gitlab-ce-e58428382265f02639a7fc8c1bfcc6311564c0d0.tar.gz |
Merge branch '31273-creating-an-project-within-an-internal-sub-group-gives-the-option-to-set-it-a-public' into 'master'
Resolve various visibility level settings issues
Closes #31273
See merge request !13442
Diffstat (limited to 'app/views/projects/new.html.haml')
-rw-r--r-- | app/views/projects/new.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml index 5698bb281b4..adffd67029a 100644 --- a/app/views/projects/new.html.haml +++ b/app/views/projects/new.html.haml @@ -112,7 +112,7 @@ %span.light (optional) = f.text_area :description, placeholder: 'Description format', class: "form-control", rows: 3, maxlength: 250 - .form-group.project-visibility-level-holder + .form-group.visibility-level-setting = f.label :visibility_level, class: 'label-light' do Visibility Level = link_to icon('question-circle'), help_page_path("public_access/public_access"), aria: { label: 'Documentation for Visibility Level' } |