2010-06-10 13:30:22 +00:00
|
|
|
- content_for :head do
|
2010-12-14 17:00:12 +00:00
|
|
|
= include_javascripts :edit_custom_fields, :contents
|
|
|
|
= include_stylesheets :fancybox
|
2010-06-10 13:30:22 +00:00
|
|
|
|
2010-06-22 13:04:40 +00:00
|
|
|
= render 'admin/custom_fields/custom_form', :form => f, :title => :attributes, :parent => @content_type
|