]> source.dussan.org Git - redmine.git/commitdiff
Use query parameters intead of params in CSV link.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 1 Jun 2017 21:28:12 +0000 (21:28 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Thu, 1 Jun 2017 21:28:12 +0000 (21:28 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16594 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/timelog/report.html.erb

index 7641c0ea9d2917a5372b51e833d6e421d22df50d..a06b219beb599f5a403428a6c1ad4180880f6d4d 100644 (file)
@@ -61,7 +61,7 @@
 </div>
 
 <% other_formats_links do |f| %>
-  <%= f.link_to 'CSV', :url => params %>
+  <%= f.link_to_with_query_parameters 'CSV' %>
 <% end %>
 <% end %>
 <% end %>