X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9f84c6f46e14eb64f985d2b67a331957f648380a..37f404252c6cdfef5d66545da774b2d1abbd6703:/app/views/trace/edit.html.erb 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) %>)