X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e2db4098722ef4460aa455ceaf8d54f5614af557..fc270221d33e18c61611d0242e7274e40398d7a5:/app/views/traces/_trace.html.erb diff --git a/app/views/traces/_trace.html.erb b/app/views/traces/_trace.html.erb index b7325dc54..f72671e37 100644 --- a/app/views/traces/_trace.html.erb +++ b/app/views/traces/_trace.html.erb @@ -2,55 +2,56 @@ <% if Settings.status != "gpx_offline" %> <% if trace.inserted %> - "show", :id => trace.id, :display_name => trace.user.display_name %>"> "icon", :id => trace.id, :display_name => trace.user.display_name %>" border="0" alt="" /> + <%= link_to image_tag(trace_icon_path(trace.user, trace), :alt => ""), show_trace_path(trace.user, trace) %> <% else %> <%= t ".pending" %> <% end %> <% end %> - - <%= link_to trace.name, :controller => "traces", :action => "show", :display_name => trace.user.display_name, :id => trace.id %> - + +

+ <%= friendly_date_ago(trace.timestamp) %> + <%= t ".by" %> <%= link_to trace.user.display_name, trace.user %> <% if !trace.tags.empty? %> <%= t ".in" %> <%= safe_join(trace.tags.collect { |tag| link_to_tag tag.tag }, ", ") %> <% end %> - -
-

+

+

<%= trace.description %>

<% if trace.inserted? %> - + <% end %>