osem-fcy/app/views/layouts/_messages.html.haml
2014-05-13 14:17:39 +02:00

6 lines
No EOL
221 B
Text

- flash.each do |type, message|
%div{:class=>"alert alert-dismissable #{bootstrap_class_for(type)}", :id=>"flash"}
.button.close{"data-dismiss" => "alert", "aria-hidden"=>"true"}
×
%p
= message