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

4 lines
96 B
Text
Raw Permalink Normal View History

2018-04-30 18:51:39 +00:00
- flash.each do |type, message|
2019-09-11 19:29:05 +00:00
.alert{ role: 'alert', class: "alert-#{type}" }
2018-04-30 18:51:39 +00:00
= message