thirteen-tien-len/app/views/layouts/_flashmessages.html.haml
2024-04-20 02:42:23 +00:00

8 lines
172 B
Plaintext

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