5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 10:56:09 +00:00
panel/app/views/layouts/_flash.haml

5 lines
147 B
Plaintext

- flash.each do |type, message|
- unless type == 'js'
= render 'bootstrap/alert' do
= sanitize_markdown message, tags: %w[a strong em]