debian-mirror-gitlab/app/views/layouts/_flash.html.haml

9 lines
112 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
.flash-container
- if alert
.flash-alert
= alert
- elsif notice
.flash-notice
= notice