summaryrefslogtreecommitdiff
path: root/app/views/projects/new.html.haml
diff options
context:
space:
mode:
authorRobert Marcano <robert@marcanoonline.com>2017-02-09 08:25:46 -0400
committerRobert Marcano <robert@marcanoonline.com>2017-02-09 11:18:41 -0400
commitc601c8a3a46eb530e2ca6472ee5fdcda42f3090f (patch)
tree4861fb6fe1824e07520e3977d7fe388cf54569d3 /app/views/projects/new.html.haml
parent091874daa09ad847af2b0bfb7c913a286f52eea2 (diff)
downloadgitlab-ce-c601c8a3a46eb530e2ca6472ee5fdcda42f3090f.tar.gz
Removed duplicate "Visibility Level" label on New Project page
Diffstat (limited to 'app/views/projects/new.html.haml')
-rw-r--r--app/views/projects/new.html.haml5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index cd685f7d0eb..41473fae4de 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -94,9 +94,8 @@
.form-group.project-visibility-level-holder
= f.label :visibility_level, class: 'label-light' do
Visibility Level
- = link_to "(?)", help_page_path("public_access/public_access")
- = render 'shared/visibility_level', f: f, visibility_level: default_project_visibility, can_change_visibility_level: true, form_model: @project
-
+ = link_to icon('question-circle'), help_page_path("public_access/public_access")
+ = render 'shared/visibility_level', f: f, visibility_level: default_project_visibility, can_change_visibility_level: true, form_model: @project, with_label: false
= f.submit 'Create project', class: "btn btn-create project-submit", tabindex: 4
= link_to 'Cancel', dashboard_projects_path, class: 'btn btn-cancel'