blob: 0cbef1f7deaae70705eab3ab0e34f9a061489216 (
plain)
1
2
3
4
5
|
<%= custom_field_title @custom_field %>
<%= labelled_form_for :custom_field, @custom_field, :url => custom_field_path(@custom_field), :html => {:method => :put, :id => 'custom_field_form'} do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<% end %>
|