summaryrefslogtreecommitdiffstats
path: root/app/views/versions/edit.html.erb
blob: 3c67f09c055fbf5f1ba7d55f9582193064b5545f (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 %>