diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-08-25 13:00:01 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-08-26 03:31:14 -0500 |
commit | 69f679ed3476a887e67a591114c50ebcd1efa1a6 (patch) | |
tree | a8772a4e74d878fd269cfabdd7977bab1983c398 /app/views/projects | |
parent | d6d713f6bac9cd1840e45ed43911b99adba9c07b (diff) | |
download | gitlab-ce-69f679ed3476a887e67a591114c50ebcd1efa1a6.tar.gz |
rename .project-visibility-level-holder to .visibility-level-setting and move from projects.scss to settings.scss
Diffstat (limited to 'app/views/projects')
-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 647e0a772b1..e2ea96b855d 100644 --- a/app/views/projects/new.html.haml +++ b/app/views/projects/new.html.haml @@ -111,7 +111,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' } |