X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f0e76d90add15e8bec6a4350f69f2a06f168574b..HEAD:/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 %>