mastodon/app/views/application/_flashes.html.haml
yhirano 48594b18e6 Added haml-lint and fix warnings (#2773)
* add haml_lint to Gemfile

* add .haml-lint.yml

* fix warnings of haml_lint
2017-05-08 03:35:25 +02:00

4 lines
93 B
Plaintext

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