gitlab-org--gitlab-foss/app/views/layouts/_flash.html.haml

9 lines
112 B
Plaintext
Raw Normal View History

.flash-container
- if alert
2013-08-10 18:10:24 +00:00
.flash-alert
= alert
- elsif notice
2013-08-10 18:10:24 +00:00
.flash-notice
= notice