You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

edit.html.erb 267B

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