X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/fc270221d33e18c61611d0242e7274e40398d7a5..b4952ff7f20e296b00af8ec57382e5fd6d45ab09:/app/views/traces/show.html.erb diff --git a/app/views/traces/show.html.erb b/app/views/traces/show.html.erb index def928da5..63adf1572 100644 --- a/app/views/traces/show.html.erb +++ b/app/views/traces/show.html.erb @@ -4,7 +4,7 @@ <% if Settings.status != "gpx_offline" %> <% if @trace.inserted %> - <%= image_tag trace_picture_path(@trace.user, @trace) %> + <%= trace_picture(@trace) %> <% else %> <%= t ".pending" %> <% end %>