1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-24 17:31:14 +00:00
redmine/app/views/versions/edit.html.erb
2016-12-13 19:44:28 +00:00

8 lines
207 B
Plaintext

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