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

9 lines
112 B
Plaintext

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