Sha256: 6f2cb4c7cc6ae91a3b3021534f6d7e2bedb50309cdf261d33f6c42f18c90f048

Contents?: true

Size: 607 Bytes

Versions: 58

Compression:

Stored size: 607 Bytes

Contents

- if @item_iteration.first?
  %table.table.table-striped.table-hover.table-fixed_header{ id: @id}/
  - if @headers
    %thead
      %tr
        - @builder.field_blocks.each do |field_block|
          %th{ class: field_block.alignment }
            - if field_block.key.present?
              = I18n.t(['activerecord.attributes', @item.class.name.underscore, field_block.key].join('.'))
  %tbody/
%tr
  - @builder.field_blocks.each do |field_block|
    %td{ class: field_block.alignment }
      = capture do
        - instance_exec(@item, &field_block.block)
- if @item_iteration.last?
  </tbody>
  </table>

Version data entries

58 entries across 58 versions & 1 rubygems

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