X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4dc584421a2ac26d67816d32e9d51b30d71eb550..bc12774c21915687c07b93dbcbef78d28d2920af:/app/views/traces/_trace.html.erb diff --git a/app/views/traces/_trace.html.erb b/app/views/traces/_trace.html.erb index b7325dc54..7dc20c203 100644 --- a/app/views/traces/_trace.html.erb +++ b/app/views/traces/_trace.html.erb @@ -9,24 +9,26 @@ <% end %> - - <%= link_to trace.name, :controller => "traces", :action => "show", :display_name => trace.user.display_name, :id => trace.id %> - + +

<%= time_ago_in_words(trace.timestamp, :scope => :'datetime.distance_in_words_ago') %> @@ -35,9 +37,8 @@ <%= t ".in" %> <%= safe_join(trace.tags.collect { |tag| link_to_tag tag.tag }, ", ") %> <% end %> - -
-

+

+

<%= trace.description %>