obsolete.ChilliProject/redmine/app/views/custom_fields/new.rhtml

8 lines
164 B
Plaintext
Raw Normal View History

<h2><%=_('New custom field')%></h2>
<%= start_form_tag :action => 'new' %>
<%= render :partial => 'form' %>
<%= submit_tag _('Create') %>
<%= end_form_tag %>