Sha256: ef0bc7e335598941d733f5b4051b743e00ddc735f7f5ff34a22a120fe1432829

Contents?: true

Size: 331 Bytes

Versions: 3

Compression:

Stored size: 331 Bytes

Contents

- if user_facing_flashes.any?
  .notification-wrap
    - user_facing_flashes.each do |alert_type, msg|
      .notification class=(alert_type + ' js-flash-alert')
        .notification-body
          = msg
          = link_to(sprite_tag('cross', class: 'svgIcon'), '#',
            class: 'notification-close js-flash-alert-close')

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
underlay-2.0 templates/_flashes.html.slim
underlay-1.52.1 templates/_flashes.html.slim
underlay-1.50.1 templates/_flashes.html.slim