Sha256: 7f67f95a38b08593fee31a5d4eacdad4a6dc4d611ac1f927eeab1e5bc294f0e1

Contents?: true

Size: 440 Bytes

Versions: 84

Compression:

Stored size: 440 Bytes

Contents

-# = notice.inspect
-# = alert.inspect

-## 2024-01-30 v.0.0.1
.wco--alerts-notices.flexwidth

  - if notice&.class == String
    .notice
      = notice
      .close [x]
  - if notice&.class == Array
    - notice.each do |i|
      .notice
        = i
        .close [x]
  - if alert&.class == String
    .alert
      = alert
      .close [x]
  - if alert&.class == Array
    - alert.each do |i|
      .alert
        = i
        .close [x]

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
wco_models-3.1.0.187 app/views/wco/application/_alerts_notices.haml
wco_models-3.1.0.184 app/views/wco/application/_alerts_notices.haml
wco_models-3.1.0.183 app/views/wco/application/_alerts_notices.haml
wco_models-3.1.0.182 app/views/wco/application/_alerts_notices.haml
wco_models-3.1.0.181 app/views/wco/application/_alerts_notices.haml
wco_models-3.1.0.180 app/views/wco/application/_alerts_notices.haml
wco_models-3.1.0.178 app/views/wco/application/_alerts_notices.haml
wco_models-3.1.0.177 app/views/wco/_alerts_notices.haml
wco_models-3.1.0.176 app/views/wco/_alerts_notices.haml
wco_models-3.1.0.175 app/views/wco/_alerts_notices.haml
wco_models-3.1.0.174 app/views/wco/_alerts_notices.haml
wco_models-3.1.0.173 app/views/wco/_alerts_notices.haml
wco_models-3.1.0.172 app/views/wco/_alerts_notices.haml
wco_models-3.1.0.171 app/views/wco/_alerts_notices.haml
wco_models-3.1.0.170 app/views/wco/_alerts_notices.haml
wco_models-3.1.0.169 app/views/wco/_alerts_notices.haml
wco_models-3.1.0.168 app/views/wco/_alerts_notices.haml
wco_models-3.1.0.167 app/views/wco/_alerts_notices.haml
wco_models-3.1.0.166 app/views/wco/_alerts_notices.haml
wco_models-3.1.0.165 app/views/wco/_alerts_notices.haml