remove old alert messages
This commit is contained in:
parent
e2fb18a3ec
commit
b742f47e89
35 changed files with 42 additions and 36 deletions
|
@ -2,7 +2,7 @@
|
|||
%hr
|
||||
= form_for [:admin, @group] do |f|
|
||||
- if @group.errors.any?
|
||||
.alert-message.block-message.error
|
||||
.alert.alert-error
|
||||
%span= @group.errors.full_messages.first
|
||||
.clearfix.group_name_holder
|
||||
= f.label :name do
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
%hr
|
||||
= form_for [:admin, @group] do |f|
|
||||
- if @group.errors.any?
|
||||
.alert-message.block-message.error
|
||||
.alert.alert-error
|
||||
%span= @group.errors.full_messages.first
|
||||
.clearfix
|
||||
= f.label :name do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue