blob: ef056fa41bc2192f3b5e2c071be6cfc53f2951e0 (
plain)
1
2
3
4
5
6
|
<h2><%=l(:label_custom_field)%> (<%=l(@custom_field.type_name)%>)</h2>
<% labelled_tabular_form_for :custom_field, @custom_field, :url => { :action => "edit", :id => @custom_field } do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
<% end %>
|