tap/app/views/application/_errors.html.haml

10 lines
292 B
Plaintext
Raw Normal View History

2015-09-17 12:05:33 +00:00
- if object.errors.any?
.panel.panel-danger.form-errors
.panel-heading
= pluralize(object.errors.count, "error")
prohibited this #{object.class.name.downcase} from being saved:
.panel-body
%ul
- object.errors.full_messages.each do |msg|
%li= msg