2013-07-28 11:50:18 +00:00
|
|
|
<%= title [l(:label_custom_field_plural), custom_fields_path],
|
|
|
|
[l(@custom_field.type_name), custom_fields_path(:tab => @custom_field.class.name)],
|
|
|
|
@custom_field.name %>
|
2006-06-28 18:11:03 +00:00
|
|
|
|
2012-08-07 16:58:51 +00:00
|
|
|
<%= labelled_form_for :custom_field, @custom_field, :url => custom_field_path(@custom_field), :html => {:method => :put, :id => 'custom_field_form'} do |f| %>
|
2006-12-17 14:22:09 +00:00
|
|
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
|
|
|
<% end %>
|