Sha256: 7743b8d4c4efef0c3b3efc48867931dbd0764ca039433622fcac62474425dbdb

Contents?: true

Size: 306 Bytes

Versions: 1

Compression:

Stored size: 306 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)
        - if group.size == 1
          %th.last
          %td.last

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fat_free_crm-0.13.4 app/views/fields/_group_view.html.haml