]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/trace/_trace.html.erb
Redirect suspended users to an information page
[rails.git] / app / views / trace / _trace.html.erb
index a3ae1fb08f49c4279e114262e129fa361dfe0a64..509c346eda8361fa7e9ff7aca658e891204181e2 100644 (file)
@@ -10,7 +10,7 @@
     <% end %>
   </td>
   <td class="<%= cl %>"><%= link_to trace.name, {:controller => 'trace', :action => 'view', :display_name => trace.user.display_name, :id => trace.id} %>
-    <span class="gpxsummary" title="<%= trace.timestamp %>"> ... 
+    <span class="trace_summary" title="<%= trace.timestamp %>"> ... 
       <% if trace.inserted %> 
         (<%= t'trace.trace.count_points', :count => trace.size.to_s.gsub(/(\d)(?=(\d{3})+$)/,'\1,') %>)
       <% end %>