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

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