X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/a9c4b037a2f8300d083ae7286a8cd361e9fa7711..9b19a45e74abd4414bb79d6b992f7bec14390ad6:/app/views/traces/_trace.html.erb
diff --git a/app/views/traces/_trace.html.erb b/app/views/traces/_trace.html.erb
index 473d0aa39..ff15836b7 100644
--- a/app/views/traces/_trace.html.erb
+++ b/app/views/traces/_trace.html.erb
@@ -9,7 +9,7 @@
<% end %>
<%= link_to trace.name, :controller => "traces", :action => "show", :display_name => trace.user.display_name, :id => trace.id %>
- ...
+ ...
<% if trace.inserted %>
(<%= t ".count_points", :count => trace.size %>)
<% end %>
@@ -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 }, ", ") %>
|