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: f9ef068d18d50d874774f8c0482846f56b530d66 (plain)
1
2
3
4
5
6
7
8
.flash-container
  - if alert
    .alert.alert-error
      %span= alert

  - elsif notice
    .alert.alert-info
      %span= notice