summaryrefslogtreecommitdiffstats
path: root/app/views/versions/edit.rhtml
blob: 8724fe62aa54d9efd2e2ebb5a3377ce3462fc66e (plain)
1
2
3
4
5
6
7
<h2><%=l(:label_version)%></h2>

<% labelled_tabular_form_for :version, @version, :url => project_version_path(@project, @version), :html => {:method => :put} do |f| %>
<%= render :partial => 'form', :locals => { :f => f } %>
<%= submit_tag l(:button_save) %>
<% end %>