Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_flash.html.haml « layouts « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cc8ea066cb9b98e7b014e625fc0d05fbd803365e (plain)
1
2
3
4
5
6
7
8
.flash-container
  - if alert
    .flash-alert
      = alert

  - elsif notice
    .flash-notice
      = notice