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

4 lines
108 B
Plaintext
Raw Normal View History

2011-03-09 13:13:36 +00:00
#flash
- flash.each do |key, value|
%div{ :title => key.to_s.humanize, :class => key }
%p= value