X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/161fc8ac47f6a3435f357be9af230a5c44735a9c..f6141277d5a727fdec5c7bb26e35b17b1e6f495d:/app/views/traces/_trace.html.erb?ds=sidebyside diff --git a/app/views/traces/_trace.html.erb b/app/views/traces/_trace.html.erb index 37713679f..f60eea7f1 100644 --- a/app/views/traces/_trace.html.erb +++ b/app/views/traces/_trace.html.erb @@ -2,7 +2,7 @@ <% if Settings.status != "gpx_offline" %> <% if trace.inserted %> - <%= link_to image_tag(trace_icon_path(trace.user, trace), :alt => "", :class => "trace_image"), + <%= link_to trace_icon(trace), show_trace_path(trace.user, trace), :class => "d-inline-block" %> <% else %> @@ -40,7 +40,7 @@ :tags => safe_join(trace.tags.collect { |tag| link_to_tag tag.tag }, ", ") %> <% end %>

-

+

<%= trace.description %>