summaryrefslogtreecommitdiffstats
path: root/app/views/versions/new.html.erb
blob: b52436dbbe833e644367eb10046090f2b9887069 (plain)
1
2
3
4
5
6
<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 %>