Sha256: 342857c5496439e0cc263ff3f3b8795661e6ecc6124961cb7b65504f5cc88d48

Contents?: true

Size: 378 Bytes

Versions: 8

Compression:

Stored size: 378 Bytes

Contents

- if notice || alert
  .row
    .col-sm-12
      - if notice
        - if notice.class == Array
          %ul.notice
            - notice.map do |n|
              %li= n
        - else
          %p.notice= notice
      - if alert
        - if alert.class == Array
          %ul.alert
            - alert.map do |n|
              %li= n
        - else
          %p.alert= alert

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ish_manager-0.1.8.362 app/views/ish_manager/application/_alerts_notices.haml
ish_manager-0.1.8.361 app/views/ish_manager/application/_alerts_notices.haml
ish_manager-0.1.8.360 app/views/ish_manager/application/_alerts_notices.haml
ish_manager-0.1.8.359 app/views/ish_manager/application/_alerts_notices.haml
ish_manager-0.1.8.358 app/views/ish_manager/application/_alerts_notices.haml
ish_manager-0.1.8.357 app/views/ish_manager/application/_alerts_notices.haml
ish_manager-0.1.8.356 app/views/ish_manager/application/_alerts_notices.haml
ish_manager-0.1.8.355 app/views/ish_manager/application/_alerts_notices.haml