X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/978ba726d95aa7f739c19be682259879ef8c2584..d23763d6cdbf5ec11f0e83f8e6e8fb32ed973e6a:/app/views/traces/_trace.html.erb diff --git a/app/views/traces/_trace.html.erb b/app/views/traces/_trace.html.erb index 7dc20c203..9ee58cf22 100644 --- a/app/views/traces/_trace.html.erb +++ b/app/views/traces/_trace.html.erb @@ -25,33 +25,33 @@ when "public", "identifiable" then "success" else "danger" end %> - <%= t(".#{trace.visibility}") %> + <%= t(".#{trace.visibility}") %>
- - <%= time_ago_in_words(trace.timestamp, :scope => :'datetime.distance_in_words_ago') %> - + <%= friendly_date_ago(trace.timestamp) %> <%= 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 %>