Sha256: 703dd109f42023bba9d1d6d81a6de51e426b67eb685855b4dc4e1f248fdcdbf0

Contents?: true

Size: 320 Bytes

Versions: 29

Compression:

Stored size: 320 Bytes

Contents

%table.asset_attributes
  - groups = fields.in_groups_of(2, false)
  - groups.each_with_index do |group, i|
    %tr
      - group.each do |field|
        = col(field.label, (i == groups.size - 1) ? :last : nil) do
          = field.render_value(entity)
        - if group.size == 1
          %th.last
          %td.last

Version data entries

29 entries across 29 versions & 2 rubygems

Version Path
fat_free_crm-0.22.0 app/views/fields/_group_view.html.haml
fat_free_crm-0.21.0 app/views/fields/_group_view.html.haml
fat_free_crm-0.20.1 app/views/fields/_group_view.html.haml
fat_free_crm-0.20.0 app/views/fields/_group_view.html.haml
fat_free_crm-0.19.2 app/views/fields/_group_view.html.haml
fat_free_crm-0.19.0 app/views/fields/_group_view.html.haml
fat_free_crm-0.18.2 app/views/fields/_group_view.html.haml
fat_free_crm-0.14.2 app/views/fields/_group_view.html.haml
fat_free_crm-0.15.2 app/views/fields/_group_view.html.haml
fat_free_crm-0.16.4 app/views/fields/_group_view.html.haml
fat_free_crm-0.17.3 app/views/fields/_group_view.html.haml
fat_free_crm-0.18.1 app/views/fields/_group_view.html.haml
fat_free_crm-0.18.0 app/views/fields/_group_view.html.haml
fat_free_crm-0.14.1 app/views/fields/_group_view.html.haml
fat_free_crm-0.15.1 app/views/fields/_group_view.html.haml
fat_free_crm-0.16.3 app/views/fields/_group_view.html.haml
fat_free_crm-0.17.2 app/views/fields/_group_view.html.haml
fat_free_crm-0.16.2 app/views/fields/_group_view.html.haml
fat_free_crm-0.17.1 app/views/fields/_group_view.html.haml
fat_free_crm-0.16.1 app/views/fields/_group_view.html.haml