##// END OF EJS Templates
Changed the footer link from http://redmine.rubyforge.org to http://www.redmine.org/ git-svn-id: http://redmine.rubyforge.org/svn/trunk@602 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r65:96f83cc8f0f0
r599:dfaf8f7e6a0c
Show More
add_version.rhtml
5 lines | 244 B | text/html+ruby | RhtmlLexer
<h2><%=l(:label_version_new)%></h2>
<% labelled_tabular_form_for :version, @version, :url => { :action => 'add_version' } do |f| %>
<%= render :partial => 'versions/form', :locals => { :f => f } %>
<%= submit_tag l(:button_create) %>
<% end %>