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

3 lines
103 B
Text

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