##// END OF EJS Templates
RTL theme for reference (thanks to Orgad Shaneh, #5972)...
RTL theme for reference (thanks to Orgad Shaneh, #5972) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3898 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r65:96f83cc8f0f0
r3784:dbb864535353
Show More
edit.rhtml
7 lines | 224 B | text/html+ruby | RhtmlLexer
<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 %>