From 7390b94db2e9273141cebfb99cfdbb03ad2d2f33 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Mon, 22 Jun 2015 18:02:50 +0200 Subject: [PATCH] Fix code style issue Signed-off-by: Dmitriy Zaporozhets --- app/views/admin/identities/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/admin/identities/_form.html.haml b/app/views/admin/identities/_form.html.haml index f0f3c3ff22..b405aa6e8e 100644 --- a/app/views/admin/identities/_form.html.haml +++ b/app/views/admin/identities/_form.html.haml @@ -1,5 +1,5 @@ = form_for [:admin, @user, @identity], html: { class: 'form-horizontal fieldset-form' } do |f| - -if @identity.errors.any? + - if @identity.errors.any? #error_explanation .alert.alert-danger - @identity.errors.full_messages.each do |msg|