1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

Use query parameters intead of params in CSV link.

git-svn-id: http://svn.redmine.org/redmine/trunk@16594 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2017-06-01 21:28:12 +00:00
parent f7c2103d8d
commit 1adeaa7aa7

View File

@ -61,7 +61,7 @@
</div> </div>
<% other_formats_links do |f| %> <% other_formats_links do |f| %>
<%= f.link_to 'CSV', :url => params %> <%= f.link_to_with_query_parameters 'CSV' %>
<% end %> <% end %>
<% end %> <% end %>
<% end %> <% end %>