X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9b61ec2912dfd15a5edd7ffc5ac3526cd61c9f9a..055a9760511f270e17ab200b6caa0a6301866328:/app/views/traces/_trace.html.erb diff --git a/app/views/traces/_trace.html.erb b/app/views/traces/_trace.html.erb index 8c662ef87..8980cb8f2 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 %>