tab/app/views/application/_flash.html.haml
2016-02-17 15:09:49 +01:00

4 lines
103 B
Plaintext

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