Files
redmine/git/app/views/enumerations/new.rhtml
T
2008-03-07 16:13:06 +00:00

7 lines
222 B
ERB

<h2><%= l(@enumeration.option_name) %>: <%=l(:label_enumeration_new)%></h2>
<% form_tag({:action => 'create'}, :class => "tabular") do %>
<%= render :partial => 'form' %>
<%= submit_tag l(:button_create) %>
<% end %>