Sha256: e02736f61c53f2746f37ecc5ceec9e7650b223bf0cd0a84a7ad693f7527c6a2b

Contents?: true

Size: 282 Bytes

Versions: 4

Compression:

Stored size: 282 Bytes

Contents

.row
  - flash.each do |type, value|
    - next if value.blank?

    .col-md-8.alert.alert-dismissible{ class: "alert-#{type} ", role: :alert }
      %a{ href: '#', class: 'close', data: { dismiss: 'alert' }, aria: { label: 'close' } }
        ×
      %strong
        = value

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
flexite-0.0.25 app/views/flexite/shared/_messages.html.haml
flexite-0.0.24 app/views/flexite/shared/_messages.html.haml
flexite-0.0.23 app/views/flexite/shared/_messages.html.haml
flexite-0.0.22 app/views/flexite/shared/_messages.html.haml