Sha256: eb8d50675dd41a874c7414e9e0e9ca5a9a377a88d62507051ac5ae0d077bf6c0

Contents?: true

Size: 511 Bytes

Versions: 26

Compression:

Stored size: 511 Bytes

Contents

= hook(:custom_field_top_section, self, :f => f) do
  -# produce inputs for custom fields that do not belong to a particular field group
  -# i.e. they belong to the 'custom_fields' group
  - f.object.field_groups.select{|fg| fg.name == 'custom_fields'}.each do |field_group|
    - if field_group.fields.present?
      - 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

26 entries across 26 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/fields/_edit_custom_field_group.html.haml
fat_free_crm-0.15.2 app/views/fields/_edit_custom_field_group.html.haml
fat_free_crm-0.16.4 app/views/fields/_edit_custom_field_group.html.haml
fat_free_crm-0.14.1 app/views/fields/_edit_custom_field_group.html.haml
fat_free_crm-0.15.1 app/views/fields/_edit_custom_field_group.html.haml
fat_free_crm-0.16.3 app/views/fields/_edit_custom_field_group.html.haml
fat_free_crm-0.16.2 app/views/fields/_edit_custom_field_group.html.haml
fat_free_crm-0.16.1 app/views/fields/_edit_custom_field_group.html.haml
fat_free_crm-0.16.0 app/views/fields/_edit_custom_field_group.html.haml
fat_free_crm-0.15.0 app/views/fields/_edit_custom_field_group.html.haml
fat_free_crm-0.15.0.beta.2 app/views/fields/_edit_custom_field_group.html.haml
fat_free_crm-0.15.0.beta app/views/fields/_edit_custom_field_group.html.haml
fat_free_crm-0.14.0 app/views/fields/_edit_custom_field_group.html.haml
reduced_fat_crm-0.15.0.beta app/views/fields/_edit_custom_field_group.html.haml
reduced_fat_crm-0.14.0 app/views/fields/_edit_custom_field_group.html.haml
fat_free_crm-0.13.6 app/views/fields/_edit_custom_field_group.html.haml
fat_free_crm-0.13.5 app/views/fields/_edit_custom_field_group.html.haml
fat_free_crm-0.13.4 app/views/fields/_edit_custom_field_group.html.haml
fat_free_crm-0.13.3 app/views/fields/_edit_custom_field_group.html.haml
fat_free_crm-0.13.2 app/views/fields/_edit_custom_field_group.html.haml