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: 1db32379df3f5c0e74365383827b1f3bcbd81dcf (plain)
1
2
3
4
5
6
.flash-container.flash-container-page
  -# We currently only support `alert`, `notice`, `success`
  - flash.each do |key, value|
    %div{ class: "flash-#{key}" }
      %div{ class: (container_class) }
        %span= value