Commit a3db7631b84b9e41a2191cc2ac9659f921554da5
1 parent
a18ae13e
Exists in
spb-stable
and in
2 other branches
Fix haml indent
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
app/views/projects/services/_form.html.haml
| @@ -17,9 +17,9 @@ | @@ -17,9 +17,9 @@ | ||
| 17 | - @service.errors.full_messages.each do |msg| | 17 | - @service.errors.full_messages.each do |msg| |
| 18 | %li= msg | 18 | %li= msg |
| 19 | 19 | ||
| 20 | - - if @service.help.present? | ||
| 21 | - .bs-callout | ||
| 22 | - = @service.help | 20 | + - if @service.help.present? |
| 21 | + .bs-callout | ||
| 22 | + = @service.help | ||
| 23 | 23 | ||
| 24 | .form-group | 24 | .form-group |
| 25 | = f.label :active, "Active", class: "control-label" | 25 | = f.label :active, "Active", class: "control-label" |