edit.html.erb
5 lines
| 267 B
| text/plain
|
TextLexer
|
r14369 | <%= custom_field_title @custom_field %> | ||
|
r2 | |||
|
r9980 | <%= labelled_form_for :custom_field, @custom_field, :url => custom_field_path(@custom_field), :html => {:method => :put, :id => 'custom_field_form'} do |f| %> | ||
|
r97 | <%= render :partial => 'form', :locals => { :f => f } %> | ||
<% end %> | ||||