about summary refs log tree commit diff
path: root/app/views/application/_flashes.html.haml
blob: 6f29d315f0392d34d19eed19d711873b9cebddfa (plain) (blame)
1
2
3
- user_facing_flashes.each do |key, value|
  .flash-message{ class: key }
    %strong= value