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

Version Path
card-1.100.0 mod/bootstrap/set/type/customized_bootswatch_skin/html_views.rb
card-1.99.6 mod/bootstrap/set/type/customized_bootswatch_skin/html_views.rb
card-1.99.5 mod/bootstrap/set/type/customized_bootswatch_skin/html_views.rb
card-1.99.4 mod/bootstrap/set/type/customized_bootswatch_skin/html_views.rb
card-1.99.3 mod/bootstrap/set/type/customized_bootswatch_skin/html_views.rb
card-1.99.2 mod/bootstrap/set/type/customized_bootswatch_skin/html_views.rb
card-1.99.1 mod/bootstrap/set/type/customized_bootswatch_skin/html_views.rb
card-1.99.0 mod/bootstrap/set/type/customized_bootswatch_skin/html_views.rb
card-1.98.3 mod/bootstrap/set/type/customized_bootswatch_skin/html_views.rb
card-1.98.2 mod/bootstrap/set/type/customized_bootswatch_skin/html_views.rb
card-1.98.1 mod/bootstrap/set/type/customized_bootswatch_skin/html_views.rb
card-1.98.0 mod/bootstrap/set/type/customized_bootswatch_skin/html_views.rb