Files
Redmine/redmine/app/views/custom_fields/edit.rhtml
Jean-Philippe Lang 6b7650e2f0 Initial commit
git-svn-id: http://redmine.rubyforge.org/svn/trunk@4 e93f8b46-1217-0410-a6f0-8f06a7374b81
2006-06-28 18:11:03 +00:00

7 lines
180 B
Plaintext

<h2><%=_('Custom field')%></h2>
<%= start_form_tag :action => 'edit', :id => @custom_field %>
<%= render :partial => 'form' %>
<%= submit_tag _('Save') %>
<%= end_form_tag %>