10 lines
472 B
Plaintext
10 lines
472 B
Plaintext
- highlighted_field_name = parent.highlighted_field_name rescue ''
|
|
|
|
= form.inputs :name => title || :attributes do
|
|
- form.object.custom_fields.each do |field|
|
|
- highlighted = highlighted_field_name == field._name
|
|
- required = highlighted || field.required
|
|
|
|
= render "/admin/custom_fields/types/#{field.kind}", :form => form, :parent => parent, :field => field, :required => required, :highlighted => highlighted
|
|
|
|
= render '/admin/custom_fields/category_tmpl' |