X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/1a2bdacf1769d3157b895b662b6e43a2aa59d9e6..fb16b5ed14fa9f7f043522674fb4f37628f07c8e:/app/views/trace/edit.html.erb?ds=sidebyside diff --git a/app/views/trace/edit.html.erb b/app/views/trace/edit.html.erb index 07e9820e6..b2254afdd 100644 --- a/app/views/trace/edit.html.erb +++ b/app/views/trace/edit.html.erb @@ -10,7 +10,7 @@
-

<%= @trace.name %> (<%= link_to t('trace.edit.download'), :controller => 'trace', :action => 'data', :id => @trace.id %>)

+

<%= @trace.name %> (<%= link_to t('trace.edit.download'), trace_data_path(@trace) %>)