Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-16 01:58:58 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-06-16 20:33:48 +0300
commit0d7a0675ac7a14b4209fc617f578b83008981fd0 (patch)
treeded1165187c74b8d337af38b8840f25431d17371 /app
parent09b4e11d26d056ed2489baff65f319fc33143570 (diff)
Bootlint: Fix incorrectly nested `form-group` element
Diffstat (limited to 'app')
-rw-r--r--app/views/shared/snippets/_form.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/shared/snippets/_form.html.haml b/app/views/shared/snippets/_form.html.haml
index 2feeeecc48b..fe25133abb0 100644
--- a/app/views/shared/snippets/_form.html.haml
+++ b/app/views/shared/snippets/_form.html.haml
@@ -12,8 +12,8 @@
= render 'shared/visibility_level', f: f, visibility_level: visibility_level, can_change_visibility_level: true, form_model: @snippet
- .form-group
- .file-editor
+ .file-editor
+ .form-group
= f.label :file_name, "File", class: 'control-label'
.col-sm-10
.file-holder.snippet