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: baa8036de10f1be1e86e606f03ca10b7484d7e76 (plain)
1
2
3
4
5
6
7
8
9
10
.flash-container.flash-container-page
  - if alert
    .flash-alert
      %div{ class: (container_class) }
        %span= alert

  - elsif notice
    .flash-notice
      %div{ class: (container_class) }
        %span= notice