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

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