mod/item/set/all/box.haml in card-1.96.8 vs mod/item/set/all/box.haml in card-1.97.0

- old
+ new

@@ -1,9 +1,10 @@ - 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 + = render :menu - 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")}