gitlab-org--gitlab-foss/app/views/layouts/_flash.html.haml
2013-08-10 21:20:03 +03:00

8 lines
112 B
Text

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