thirteen-tien-len/app/views/layouts/_flashmessages.html.haml
2024-03-10 13:08:14 +00:00

8 lines
167 B
Plaintext

.original_flash_message_code
- flash.each do |key, value|
%div{class: "alert alert-#{key}"}
= value.html_safe
.react_flash_messages
%div#flash_messages