agenda-libre-ruby/app/views/layouts/_flash.html.haml
echarp 7f2b5a7a6e Regions can now be organised into a hierarchy.
The region selector is back on the top page, but right under the related country's flag
2017-05-20 16:02:07 +02:00

4 lines
85 B
Plaintext

#flash-messages
- flash.each do |key, value|
.flash(class="#{key}")= raw value