agenda-libre-ruby/app/views/layouts/_flash.html.haml

6 lines
133 B
Plaintext
Raw Normal View History

2013-11-24 16:11:44 +01:00
#flash_messages
- flash.each do |key, value|
2014-03-07 22:21:52 +01:00
.flash(class="#{key}")
%h2=t key, scope: [:gflash, :titles]
%p= value