diff --git a/app/views/time_entry_reports/report.html.erb b/app/views/time_entry_reports/report.html.erb index de2d109..4699210 100644 --- a/app/views/time_entry_reports/report.html.erb +++ b/app/views/time_entry_reports/report.html.erb @@ -61,7 +61,7 @@ <% other_formats_links do |f| %> - <%= f.link_to 'CSV', :url => params %> + <%= f.link_to 'CSV', :url => params %> <% end %> <% end %> <% end %>