summaryrefslogtreecommitdiff
path: root/app/views/layouts/_flash.html.haml
blob: 3612f1ce5c693d67df409294db63e50478f2457b (plain)
1
2
3
4
5
6
7
8
.flash-container.flash-container-page
  - if alert
    .flash-alert
      = alert

  - elsif notice
    .flash-notice
      = notice