X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/86061a881662bba3ba889878c5b51c37275f5f45..7df4a7f8a3858d9fdb92f5df4c7056181bf91046:/app/views/traces/_trace.html.erb diff --git a/app/views/traces/_trace.html.erb b/app/views/traces/_trace.html.erb index 74e096dd1..832187b79 100644 --- a/app/views/traces/_trace.html.erb +++ b/app/views/traces/_trace.html.erb @@ -25,7 +25,7 @@ when "public", "identifiable" then "success" else "danger" end %> - <%= t(".#{trace.visibility}") %> + <%= t(".#{trace.visibility}") %>

@@ -38,7 +38,7 @@ <%= safe_join(trace.tags.collect { |tag| link_to_tag tag.tag }, ", ") %> <% end %>

-

+

<%= trace.description %>