To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
root / app / views / custom_fields / edit.html.erb @ 1591:63650ae64bf2
History | View | Annotate | Download (400 Bytes)
| 1 |
<%= title [l(:label_custom_field_plural), custom_fields_path],
|
|---|---|
| 2 |
[l(@custom_field.type_name), custom_fields_path(:tab => @custom_field.class.name)],
|
| 3 |
@custom_field.name %>
|
| 4 |
|
| 5 |
<%= labelled_form_for :custom_field, @custom_field, :url => custom_field_path(@custom_field), :html => {:method => :put, :id => 'custom_field_form'} do |f| %>
|
| 6 |
<%= render :partial => 'form', :locals => { :f => f } %>
|
| 7 |
<% end %>
|