Files
openfoodnetwork/app/views/admin/shared/_flashes.html.haml
2023-05-21 00:15:32 +01:00

7 lines
186 B
Plaintext

#flashes
- if defined? flashes
- flashes.each do |type, msg|
.animate-show{"data-controller": "flash"}
.flash{type: "#{type}", class: "#{type}"}
%span= msg