Sha256: 25fe7c922813ac667de83af89603a3c0a13fd4711a62ec9448625485a6b43c7b

Contents?: true

Size: 325 Bytes

Versions: 9

Compression:

Stored size: 325 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, field.render_value(entity), (i == groups.size - 1) ? :last : nil)
        = "<th class='last'></th><td class='last'></td>".html_safe if group.size == 1

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fat_free_crm-0.13.3 app/views/fields/_group_view.html.haml
fat_free_crm-0.13.2 app/views/fields/_group_view.html.haml
fat_free_crm-0.12.3 app/views/fields/_group_view.html.haml
fat_free_crm-0.12.2 app/views/fields/_group_view.html.haml
fat_free_crm-0.13.1 app/views/fields/_group_view.html.haml
fat_free_crm-0.12.1 app/views/fields/_group_view.html.haml
fat_free_crm-0.13.0 app/views/fields/_group_view.html.haml
fat_free_crm-0.12.0 app/views/fields/_group_view.html.haml
fat_free_crm-0.11.4 app/views/fields/_group_view.html.haml