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

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