X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5d90e595a26849da56491023fd7dc4a2453bb2b9..6f2e3e9508b6a51062f547e3630cf1c7ad2639c1:/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 %>
<%= 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 %>