summaryrefslogtreecommitdiffstats
path: root/app/views/timelog
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-06-01 21:28:12 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-06-01 21:28:12 +0000
commit1adeaa7aa7cbc375eec958e6323fe6d3c6cc2d7f (patch)
tree305603efe70f5eb3ea5f03f71b22400ba0138b38 /app/views/timelog
parentf7c2103d8d42c6320c00588c44a4aab3b5eb51e1 (diff)
downloadredmine-1adeaa7aa7cbc375eec958e6323fe6d3c6cc2d7f.tar.gz
redmine-1adeaa7aa7cbc375eec958e6323fe6d3c6cc2d7f.zip
Use query parameters intead of params in CSV link.
git-svn-id: http://svn.redmine.org/redmine/trunk@16594 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/timelog')
-rw-r--r--app/views/timelog/report.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/timelog/report.html.erb b/app/views/timelog/report.html.erb
index 7641c0ea9..a06b219be 100644
--- a/app/views/timelog/report.html.erb
+++ b/app/views/timelog/report.html.erb
@@ -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 %>