diff options
-rw-r--r-- | app/views/timelog/report.html.erb | 2 |
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 %> |