1
0
mirror of https://github.com/whippyshou/mastodon synced 2024-12-02 00:38:27 +09:00
whippy-edition/app/views/application/_flashes.html.haml
Matt Jankowski 532bec6e56 Clean up flash display in views (#2336)
* Add flashes partial to DRY up admin/auth layouts

* Further consolidate flash messages
2017-04-23 04:22:34 +02:00

4 lines
91 B
Plaintext

- user_facing_flashes.each do |key, value|
.flash-message{class: key}
%strong= value