X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a9c4b037a2f8300d083ae7286a8cd361e9fa7711..b8c1bbb4f8d9bacaa7d76b38a974f7f6042523ad:/app/views/traces/_trace.html.erb?ds=inline diff --git a/app/views/traces/_trace.html.erb b/app/views/traces/_trace.html.erb index 473d0aa39..8c662ef87 100644 --- a/app/views/traces/_trace.html.erb +++ b/app/views/traces/_trace.html.erb @@ -26,7 +26,7 @@
<%= trace.description %>
- <%= t ".by" %> <%= link_to h(trace.user.display_name), user_path(trace.user) %> + <%= 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 }, ", ") %>