X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/9ee3df33bd577c65f08db5f68d301f7e8f34298c..625e7c3296c46141d199a8a0c69822bc1b38ae6a:/app/views/traces/_trace.html.erb diff --git a/app/views/traces/_trace.html.erb b/app/views/traces/_trace.html.erb index cd4dce99e..ba503f730 100644 --- a/app/views/traces/_trace.html.erb +++ b/app/views/traces/_trace.html.erb @@ -30,7 +30,7 @@ <%= t(".#{trace.visibility}") %> -

+

<% 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) %> @@ -40,7 +40,7 @@ :tags => safe_join(trace.tags.collect { |tag| link_to_tag tag.tag }, ", ") %> <% end %>

-

+

<%= trace.description %>