debian-mirror-gitlab/app/views/layouts/_flash.html.haml

11 lines
225 B
Text
Raw Normal View History

2016-08-24 12:49:21 +05:30
.flash-container.flash-container-page
2014-09-02 18:07:02 +05:30
- if alert
.flash-alert
2016-11-03 12:29:30 +05:30
%div{ class: (container_class) }
%span= alert
2014-09-02 18:07:02 +05:30
- elsif notice
.flash-notice
2016-11-03 12:29:30 +05:30
%div{ class: (container_class) }
%span= notice