X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/0dc86d6cd47faa42ff6b538bd0342a1486e313b2..cb16d3c33146b35be0e71204844f4d966e6ae923:/app/views/traces/_trace.html.erb diff --git a/app/views/traces/_trace.html.erb b/app/views/traces/_trace.html.erb index 184570499..f60eea7f1 100644 --- a/app/views/traces/_trace.html.erb +++ b/app/views/traces/_trace.html.erb @@ -2,7 +2,9 @@
+
<% if trace.tags.empty? %> <%= t ".details_without_tags_html", :time_ago => friendly_date_ago(trace.timestamp), :user => link_to(trace.user.display_name, trace.user) %> @@ -38,7 +40,7 @@ :tags => safe_join(trace.tags.collect { |tag| link_to_tag tag.tag }, ", ") %> <% end %>
-+
<%= trace.description %>