Sha256: b4f9407a3f02b067dcbfa41e2c2bd45831100ead29d743e8545f79ac643a8042

Contents?: true

Size: 449 Bytes

Versions: 6

Compression:

Stored size: 449 Bytes

Contents

- box_classes = css_classes classy("box"), card.safe_set_keys
.card.p-0.drop-shadow.rounded-0.mb-4.nodblclick{class: box_classes}
  - if voo.show? :box_top
    .card-header.text-center{class: classy("box-top")}
      = render :box_top
  - if voo.show? :box_middle
    .card-body{class: classy("box-middle")}
      = render :box_middle
  - if voo.show? :box_bottom
    .card-footer.text-center{class: classy("box-bottom")}
      = render :box_bottom

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
card-1.96.8 mod/item/set/all/box.haml
card-1.96.7 mod/item/set/all/box.haml
card-1.96.6 mod/item/set/all/box.haml
card-1.96.5 mod/item/set/all/box.haml
card-1.96.4 mod/item/set/all/box.haml
card-1.96.3 mod/item/set/all/box.haml