mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 21:56:19 +10:00
Fix admin user errors ui
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user