##// END OF EJS Templates
Speeds up very slow tests....
Speeds up very slow tests. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3197 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r65:96f83cc8f0f0
r3083:b5b6a5e971fa
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 %>