diff options
Diffstat (limited to 'app/views/custom_fields/edit.rhtml')
-rw-r--r-- | app/views/custom_fields/edit.rhtml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/custom_fields/edit.rhtml b/app/views/custom_fields/edit.rhtml new file mode 100644 index 000000000..201047a8d --- /dev/null +++ b/app/views/custom_fields/edit.rhtml @@ -0,0 +1,6 @@ +<h2><%=l(:label_custom_field)%> (<%=l(@custom_field.type_name)%>)</h2> + +<%= start_form_tag({:action => 'edit', :id => @custom_field}, :class => "tabular") %> + <%= render :partial => 'form', :locals => { :type => @custom_field.type } %> + <%= submit_tag l(:button_save) %> +<%= end_form_tag %> |