Cross Reference: _form_errors.html.haml
xref
: /
ontohub
/
app
/
views
/
shared
/
_form_errors.html.haml
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
- if
resource.errors.any
?
.flash.alert.alert-danger
%strong
= pluralize
resource.errors.count
, 'error'
= "prohibited this #{
resource.class
} from being saved:"
%ul
-
resource.errors.full_messages.each
do |msg|
%li= msg