gitlabhq/app/views/layouts/_flash.html.haml

9 lines
120 B
Plaintext
Raw Normal View History

.flash-container
- if alert
.alert
%span= alert
- elsif notice
.alert.alert-info
%span= notice