mirror of
https://github.com/redmine/redmine.git
synced 2026-03-18 02:20:59 +01:00
6 lines
244 B
Plaintext
6 lines
244 B
Plaintext
|
|
<h2><%=l(:label_version_new)%></h2>
|
||
|
|
|
||
|
|
<% labelled_tabular_form_for :version, @version, :url => { :action => 'add_version' } do |f| %>
|
||
|
|
<%= render :partial => 'versions/form', :locals => { :f => f } %>
|
||
|
|
<%= submit_tag l(:button_create) %>
|
||
|
|
<% end %>
|