tab/app/views/partials/_flash.html.haml

4 lines
85 B
Plaintext
Raw Normal View History

2015-09-09 15:34:49 +00:00
- flash.each do |key, value|
.pure-alert{ class: "pure-alert-#{key}" }
= value