5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-24 13:36:21 +00:00
panel/app/views/layouts/_flash.haml

4 lines
147 B
Text

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