Sha256: 456af5c48e76759cd06c705b18f7a0c42c60658b72460a38223a2255ad00ebd1

Contents?: true

Size: 999 Bytes

Versions: 57

Compression:

Stored size: 999 Bytes

Contents

- if @turbo_frame.present?
  %turbo-frame{ id: @turbo_frame, colin: 'ferrel', data: @turbo_frame_data }/

.card{ class: @card_type, data: @card_data }
  .card-header{ class: @header_background }
    %h3.card-title= @title
    .card-tools
      - if header_tools?
        = header_tools
      -# %button.btn.btn-tool{ type: :button, 'data-card-widget': :collapse }
      -#   %i.fas.fa-minus
      -# %button.btn.btn-tool{ type: :button, 'data-card-widget': :maximize }
      -#   %i.fas.fa-expand
  .card-body{ class: @background }
    - if @collection&.size&.positive?
      %div{style: @max_height.present? ? "max-height: #{@max_height}; overflow-y: auto; overflow-x: hidden" : ""}
        = render Olivander::Components::TablePortletComponent::TableComponent.with_collection(@collection, builder: @builder, headers: @headers)
    - else
      No #{@title.downcase} to display.
  - if footer_buttons?
    .card-footer.text-right
      = footer_buttons

- if @turbo_frame.present?
  </turbo-frame>

Version data entries

57 entries across 57 versions & 1 rubygems

Version Path
five-two-nw-olivander-0.2.0.40 app/components/olivander/components/table_portlet_component.html.haml
five-two-nw-olivander-0.2.0.39 app/components/olivander/components/table_portlet_component.html.haml
five-two-nw-olivander-0.2.0.38 app/components/olivander/components/table_portlet_component.html.haml
five-two-nw-olivander-0.2.0.37 app/components/olivander/components/table_portlet_component.html.haml
five-two-nw-olivander-0.2.0.36 app/components/olivander/components/table_portlet_component.html.haml
five-two-nw-olivander-0.2.0.35 app/components/olivander/components/table_portlet_component.html.haml
five-two-nw-olivander-0.2.0.34 app/components/olivander/components/table_portlet_component.html.haml
five-two-nw-olivander-0.2.0.33 app/components/olivander/components/table_portlet_component.html.haml
five-two-nw-olivander-0.2.0.32 app/components/olivander/components/table_portlet_component.html.haml
five-two-nw-olivander-0.2.0.31 app/components/olivander/components/table_portlet_component.html.haml
five-two-nw-olivander-0.2.0.30 app/components/olivander/components/table_portlet_component.html.haml
five-two-nw-olivander-0.2.0.29 app/components/olivander/components/table_portlet_component.html.haml
five-two-nw-olivander-0.2.0.28 app/components/olivander/components/table_portlet_component.html.haml
five-two-nw-olivander-0.2.0.27 app/components/olivander/components/table_portlet_component.html.haml
five-two-nw-olivander-0.2.0.26 app/components/olivander/components/table_portlet_component.html.haml
five-two-nw-olivander-0.2.0.25 app/components/olivander/components/table_portlet_component.html.haml
five-two-nw-olivander-0.2.0.24 app/components/olivander/components/table_portlet_component.html.haml
five-two-nw-olivander-0.2.0.23 app/components/olivander/components/table_portlet_component.html.haml
five-two-nw-olivander-0.2.0.22 app/components/olivander/components/table_portlet_component.html.haml
five-two-nw-olivander-0.2.0.19 app/components/olivander/components/table_portlet_component.html.haml