mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
7 lines
186 B
Plaintext
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
|