Redmine/app/views/versions/edit.html.erb

8 lines
183 B
Plaintext

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