From c7ae428b4cf36203a32d98df5542761e7e370200 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Sat, 16 May 2015 16:09:04 -0400 Subject: Fix labels for project/snippet visibility selection --- app/views/shared/snippets/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/shared/snippets/_form.html.haml') diff --git a/app/views/shared/snippets/_form.html.haml b/app/views/shared/snippets/_form.html.haml index 6783587bda9..9610f9ce414 100644 --- a/app/views/shared/snippets/_form.html.haml +++ b/app/views/shared/snippets/_form.html.haml @@ -11,7 +11,7 @@ .col-sm-10= f.text_field :title, placeholder: "Example Snippet", class: 'form-control', required: true = render 'shared/visibility_level', f: f, visibility_level: visibility_level, can_change_visibility_level: true, form_model: @snippet - + .form-group .file-editor = f.label :file_name, "File", class: 'control-label' -- cgit v1.2.1