6 lines
262 B
Text
6 lines
262 B
Text
<h2><%=l(:label_version_new)%></h2>
|
|
|
|
<%= labelled_form_for @version, :url => project_versions_path(@project), :html => {:multipart => true} do |f| %>
|
|
<%= render :partial => 'versions/form', :locals => { :f => f } %>
|
|
<%= submit_tag l(:button_create) %>
|
|
<% end %>
|