##// END OF EJS Templates
fix confirmation page has broken HTML when a project folding sub project is deleted (#11511)...
fix confirmation page has broken HTML when a project folding sub project is deleted (#11511) Contributed by Haruka Yoshihara. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10083 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r9346:5e57a1a9d947
r9900:8ed4620bb9e7
Show More
edit.html.erb
6 lines | 255 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 %>