X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/4dc584421a2ac26d67816d32e9d51b30d71eb550..a8020dc47555d4520b9218916693ca691ae7dbe1:/app/views/traces/_trace.html.erb diff --git a/app/views/traces/_trace.html.erb b/app/views/traces/_trace.html.erb index b7325dc54..44de2ef06 100644 --- a/app/views/traces/_trace.html.erb +++ b/app/views/traces/_trace.html.erb @@ -9,35 +9,36 @@ <% end %>
- <%= time_ago_in_words(trace.timestamp, :scope => :'datetime.distance_in_words_ago') %>
+ <%= time_ago_in_words(trace.timestamp, :scope => :"datetime.distance_in_words_ago") %>
<%= t ".by" %> <%= link_to trace.user.display_name, user_path(trace.user) %>
<% if !trace.tags.empty? %>
<%= t ".in" %>
<%= safe_join(trace.tags.collect { |tag| link_to_tag tag.tag }, ", ") %>
<% end %>
-
-
-
+
+<%= trace.description %>