X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e47c11c644c3e73e8dcc95d3ee9c133e050360f0..01b72f7adf2b46741f30b7c15ec72fc4e96338d7:/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 8980cb8f2..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 %>