Skip to content
Snippets Groups Projects
Verified Commit 9eb7fe6d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix admin user errors ui

parent 761fbbfe
No related branches found
No related tags found
1 merge request!6949gitlab.com issue #229 - no_avatar.png path in coffee
Loading
Loading
@@ -2,9 +2,9 @@
= form_for [:admin, @user], html: { class: 'form-horizontal' } do |f|
-if @user.errors.any?
#error_explanation
%ul.unstyled.alert.alert-danger
.alert.alert-danger
- @user.errors.full_messages.each do |msg|
%li= msg
%p= msg
 
%fieldset
%legend Account
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment