tab/app/views/partials/_flash.html.haml
2015-09-09 17:34:49 +02:00

4 lines
85 B
Plaintext

- flash.each do |key, value|
.pure-alert{ class: "pure-alert-#{key}" }
= value