diff --git a/app/views/admin/identities/_form.html.haml b/app/views/admin/identities/_form.html.haml index f0f3c3ff2211557a1870427f12e2d062932c8491..b405aa6e8e3fbd0d9b5ff571343e80890b303000 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|