remove old alert messages
This commit is contained in:
parent
e2fb18a3ec
commit
b742f47e89
35 changed files with 42 additions and 36 deletions
|
@ -4,7 +4,7 @@
|
|||
.snippet-form-holder
|
||||
= form_for [@project, @snippet] do |f|
|
||||
-if @snippet.errors.any?
|
||||
.alert-message.block-message.error
|
||||
.alert.alert-error
|
||||
%ul
|
||||
- @snippet.errors.full_messages.each do |msg|
|
||||
%li= msg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue