Bootlint: Fix incorrectly nested `form-group` element

This commit is contained in:
Robert Speicher 2015-06-15 18:58:58 -04:00
parent 09b4e11d26
commit 0d7a0675ac
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
= render 'shared/visibility_level', f: f, visibility_level: visibility_level, can_change_visibility_level: true, form_model: @snippet = 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' = f.label :file_name, "File", class: 'control-label'
.col-sm-10 .col-sm-10
.file-holder.snippet .file-holder.snippet