debian-mirror-gitlab/app/views/layouts/_flash.html.haml
2016-08-24 12:49:21 +05:30

8 lines
133 B
Text

.flash-container.flash-container-page
- if alert
.flash-alert
= alert
- elsif notice
.flash-notice
= notice