Sha256: 904897065a0a8cba012a6528d95444fb297b8f5f6de5886dffa0d5807bc59760

Contents?: true

Size: 658 Bytes

Versions: 27

Compression:

Stored size: 658 Bytes

Contents

- entity_show = "#{entity.class.to_s.downcase}_show"
- entity.field_groups.each do |field_group|
  - if (fields = field_group.fields.without_pairs).any?
    - unless field_group.name == 'custom_fields'
      -# add a new section
      %div[field_group]
        - collapsed = session[dom_id(field_group, entity_show)].nil?
        = section_title dom_id(field_group, entity_show), collapsed, field_group.label_i18n, t('show_tag_info_small', :tag => field_group.label_i18n)
        .show_fields
          %div{ hidden_if(collapsed).merge(:id => dom_id(field_group, entity_show)) }
            = render "fields/group_view", :fields => fields, :entity => entity

Version data entries

27 entries across 27 versions & 2 rubygems

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