Files
openfoodnetwork/app/views/admin/shared/_flashes.html.haml
2023-12-06 10:12:18 +11:00

9 lines
336 B
Plaintext

#flashes
- if defined? flashes
- flashes.each do |type, msg|
.animate-show{"data-controller": "flash", "data-flash-auto-close-value": type == 'success'}
.flash{type: "#{type}", class: "#{type}"}
.msg= msg
.actions
%button.secondary{"data-action": "click->flash#close"}= t('.dismiss')