96f83cc8f0
git-svn-id: http://redmine.rubyforge.org/svn/trunk@67 e93f8b46-1217-0410-a6f0-8f06a7374b81
8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
<h2><%=l(:label_version)%></h2>
|
|
|
|
<% labelled_tabular_form_for :version, @version, :url => { :action => 'edit' } do |f| %>
|
|
<%= render :partial => 'form', :locals => { :f => f } %>
|
|
<%= submit_tag l(:button_save) %>
|
|
<% end %>
|
|
|