diff --git a/app/views/projects/services/_form.html.haml b/app/views/projects/services/_form.html.haml index f20efa7..a5db796 100644 --- a/app/views/projects/services/_form.html.haml +++ b/app/views/projects/services/_form.html.haml @@ -17,9 +17,9 @@ - @service.errors.full_messages.each do |msg| %li= msg - - if @service.help.present? - .bs-callout - = @service.help + - if @service.help.present? + .bs-callout + = @service.help .form-group = f.label :active, "Active", class: "control-label" -- libgit2 0.21.2