Sha256: e565aa691efb7bd2435864d2321651c579b0c0ed5eea7e06de193d3c72076dc5

Contents?: true

Size: 311 Bytes

Versions: 27

Compression:

Stored size: 311 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

27 entries across 27 versions & 2 rubygems

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