rosa-build/app/views/layouts/_flashes.html.haml

4 lines
96 B
Plaintext
Raw Normal View History

.flash
- flash.each do |type, message|
%div{:class => "message #{type}"}
%p= message