Sha256: f2304b90eb46667f7423982bd3c800e0338cd0b037ac9521ebf43e15f488204b

Contents?: true

Size: 293 Bytes

Versions: 13

Compression:

Stored size: 293 Bytes

Contents

= fields_for :field, @field do |f|
  - if (as = f.object.as).present? and lookup_context.exists? "#{as}_field", 'admin/custom_fields', true
    = render partial: "admin/custom_fields/#{as}_field", locals: {f: f}
  - else
    = render partial: "admin/custom_fields/base_field", locals: {f: f}

Version data entries

13 entries across 13 versions & 1 rubygems

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