##// END OF EJS Templates
Fixed a bug where the form would POST causing a routing error. (#3918)...
Eric Davis -
r2788:19df1b636cf4
parent child
Show More
@@ -20,7 +20,8
20 <%= link_to_remote l(:button_apply),
20 <%= link_to_remote l(:button_apply),
21 { :url => { },
21 { :url => { },
22 :update => "content",
22 :update => "content",
23 :with => "Form.serialize('query_form')"
23 :with => "Form.serialize('query_form')",
24 :method => :get
24 }, :class => 'icon icon-checked' %>
25 }, :class => 'icon icon-checked' %>
25 </p>
26 </p>
26
27
General Comments 0
You need to be logged in to leave comments. Login now