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

9 lines
120 B
Plaintext

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