suitepro/app/views/versions/edit.html.erb
2018-02-02 22:19:29 +01:00

7 lines
207 B
Text

<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 %>