edit.rhtml
6 lines
| 294 B
| text/html+ruby
|
RhtmlLexer
|
r10 | <h2><%=l(:label_custom_field)%> (<%=l(@custom_field.type_name)%>)</h2> | ||
|
r2 | |||
|
r97 | <% 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 %> | ||||