##// END OF EJS Templates
test: replace "should_route" of "versions" to "assert_routing" at integration/routing_test.rb...
test: replace "should_route" of "versions" to "assert_routing" at integration/routing_test.rb git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8274 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r7537:ad9e486077f9
r8154:2cf2f4964c10
Show More
edit.html.erb
6 lines | 254 B | text/plain | TextLexer
<h2><%= l(:label_query) %></h2>
<% form_tag(query_path(@query), :onsubmit => 'selectAllOptions("selected_columns");', :method => :put) do %>
<%= render :partial => 'form', :locals => {:query => @query} %>
<%= submit_tag l(:button_save) %>
<% end %>