5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-05 20:55:45 +00:00
panel/app/views/layouts/_flash.haml

5 lines
147 B
Plaintext
Raw Permalink Normal View History

2018-04-30 18:51:39 +00:00
- flash.each do |type, message|
- unless type == 'js'
2023-03-28 21:52:42 +00:00
= render 'bootstrap/alert' do
= sanitize_markdown message, tags: %w[a strong em]