Sha256: 958e67a089f0f9045b300c02d4af4371df3472f13fc1957f0fb26070eb3caab5
Contents?: true
Size: 517 Bytes
Versions: 12
Compression:
Stored size: 517 Bytes
Contents
format :html do delegate :class_up, :class_down, :with_class_up, :without_upped_class, :classy, to: :voo view :type, unknown: true do link_to_card card.type_card, nil, class: "cardtype" end view :type_info do return unless card.type_code != :basic wrap_with :span, class: "type-info float-end" do link_to_card card.type_name, nil, class: "navbar-link" end end def default_nest_view Cardio.config.default_html_view end def default_item_view :bar end end
Version data entries
12 entries across 12 versions & 1 rubygems