]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/traces/_trace.html.erb
Remove custom table styling
[rails.git] / app / views / traces / _trace.html.erb
index 8c662ef8750b4b3c3865d3b32d9fdb794157faef..8980cb8f21cf2aae556845a1c26710f251379ad0 100644 (file)
@@ -9,7 +9,7 @@
     <% end %>
   </td>
   <td><%= link_to trace.name, :controller => "traces", :action => "show", :display_name => trace.user.display_name, :id => trace.id %>
-    <span class="trace_summary" title="<%= trace.timestamp %>"> ...
+    <span class="deemphasize" title="<%= trace.timestamp %>"> ...
       <% if trace.inserted %>
         (<%= t ".count_points", :count => trace.size %>)
       <% end %>