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

  - elsif notice
    .flash-notice
      = notice