Commit a3db7631 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix haml indent

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent a18ae13e
...@@ -17,9 +17,9 @@ ...@@ -17,9 +17,9 @@
- @service.errors.full_messages.each do |msg| - @service.errors.full_messages.each do |msg|
%li= msg %li= msg
- if @service.help.present? - if @service.help.present?
.bs-callout .bs-callout
= @service.help = @service.help
.form-group .form-group
= f.label :active, "Active", class: "control-label" = f.label :active, "Active", class: "control-label"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment