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

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