gitlabhq/app/views/layouts/_flash.html.haml
2013-02-28 11:06:52 +02:00

9 lines
120 B
Plaintext

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