Sha256: 6bf973d7cf9781a234283009c6e4974772751bfd0d51400d65ffcc6b90f13158

Contents?: true

Size: 335 Bytes

Versions: 28

Compression:

Stored size: 335 Bytes

Contents

.row.max-width
  .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

28 entries across 28 versions & 1 rubygems

Version Path
ish_manager-0.1.8.388 app/views/ish_manager/application/_alerts_notices.haml
ish_manager-0.1.8.387 app/views/ish_manager/application/_alerts_notices.haml
ish_manager-0.1.8.386 app/views/ish_manager/application/_alerts_notices.haml
ish_manager-0.1.8.385 app/views/ish_manager/application/_alerts_notices.haml
ish_manager-0.1.8.384 app/views/ish_manager/application/_alerts_notices.haml
ish_manager-0.1.8.383 app/views/ish_manager/application/_alerts_notices.haml
ish_manager-0.1.8.382 app/views/ish_manager/application/_alerts_notices.haml
ish_manager-0.1.8.381 app/views/ish_manager/application/_alerts_notices.haml