summaryrefslogtreecommitdiff
path: root/app/views/projects/edit.html.haml
diff options
context:
space:
mode:
authorKushal Pandya <kushalspandya@gmail.com>2017-05-12 10:22:50 +0000
committerPhil Hughes <me@iamphill.com>2017-05-12 10:22:50 +0000
commit13207310b5bc7439aeaf549febb1f9c8a55f4778 (patch)
treebe657d626e7ee8974bfeb392cc27989d58d6e6d5 /app/views/projects/edit.html.haml
parentf99e8c07fef7d0e902321ab10d14cba71a183652 (diff)
downloadgitlab-ce-13207310b5bc7439aeaf549febb1f9c8a55f4778.tar.gz
Fix accessibility issues for Input fields across GitLab
Diffstat (limited to 'app/views/projects/edit.html.haml')
-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 160345cfaa5..d9643dc7957 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -40,8 +40,8 @@
.form_group.prepend-top-20.sharing-and-permissions
.row.js-visibility-select
.col-md-9
- %label.label-light
- = label_tag :project_visibility, 'Project Visibility', class: 'label-light'
+ .label-light
+ = label_tag :project_visibility, 'Project Visibility', class: 'label-light', for: :project_visibility_level
= link_to "(?)", help_page_path("public_access/public_access")
%span.help-block
.col-md-3.visibility-select-container