Sha256: f67fd2bfce0c26ab7561d20715ea48b68c5d48e01da4327957733ac0b22556da

Contents?: true

Size: 383 Bytes

Versions: 13

Compression:

Stored size: 383 Bytes

Contents

- asset = controller_name.singularize
- field_groups = {}

#field_groups
  - f.object.field_groups.each do |field_group|
    - if field_group.fields.present? and field_group.name != 'custom_fields'
      - field_groups[field_group.tag.name.downcase] = "#{field_group.key}_container" if field_group.tag
      = render partial: 'fields/group', locals: {f: f, field_group: field_group}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
fat_free_crm-0.22.1 app/views/fields/_groups.html.haml
fat_free_crm-0.22.0 app/views/fields/_groups.html.haml
fat_free_crm-0.21.0 app/views/fields/_groups.html.haml
fat_free_crm-0.20.1 app/views/fields/_groups.html.haml
fat_free_crm-0.20.0 app/views/fields/_groups.html.haml
fat_free_crm-0.19.2 app/views/fields/_groups.html.haml
fat_free_crm-0.19.0 app/views/fields/_groups.html.haml
fat_free_crm-0.18.2 app/views/fields/_groups.html.haml
fat_free_crm-0.17.3 app/views/fields/_groups.html.haml
fat_free_crm-0.18.1 app/views/fields/_groups.html.haml
fat_free_crm-0.18.0 app/views/fields/_groups.html.haml
fat_free_crm-0.17.2 app/views/fields/_groups.html.haml
fat_free_crm-0.17.1 app/views/fields/_groups.html.haml