Sha256: eb0615af3131252e9f5fa65a62f4ddfbc8228c667abd1e1e489e2ddb4793d33e

Contents?: true

Size: 615 Bytes

Versions: 12

Compression:

Stored size: 615 Bytes

Contents

- if field_group.name != 'custom_fields'
  -# start a new section
  - collapsed = session[field_group.key].nil?
  %div{ id: "#{field_group.key}_container", :"data-tag" => field_group.tag.try(:name) }
    = subtitle field_group.key, collapsed, t(field_group.name, default: field_group.label)
    .section
      %small{ hidden_if(!collapsed).merge(id: "#{field_group.key}_intro") }
      %div[field_group]{ hidden_if(collapsed) }
        = render partial: 'fields/group_table', locals: {f: f, field_group: field_group}
- else
  .section= render partial: 'fields/group_table', locals: {f: f, field_group: field_group}

Version data entries

12 entries across 12 versions & 1 rubygems

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