Sha256: 19ed54f387d70435bd62de7b9701c6c849b70e2a9ae6a565ba070273318e588d
Contents?: true
Size: 559 Bytes
Versions: 12
Compression:
Stored size: 559 Bytes
Contents
include_set Abstract::Media include_set Abstract::BsBadge format :html do view :menu do "" end def short_content "" # labeled_badge card.item_count, "items" # "#{card.item_count} items" end view :core, template: :haml info_bar_cols 6, 3, 3 before :bar do super() voo.show :edit_button, :bar_middle class_up "bar-middle", "p-3 align-items-center p-0" end view :bar_right do render(:short_content) end before :bar_nav do voo.hide :edit_link end view :bar_bottom do render_core end end
Version data entries
12 entries across 12 versions & 1 rubygems