<% cl = cycle('table0', 'table1') %>
image here |
<%= link_to trace.name, {:controller => 'trace', :action => 'onetrace', :id => trace.id} %>
...
<% if trace.inserted %>
(<%= trace.size %> points)
<% end %>
... <%= time_ago_in_words( trace.timestamp ) %> ago
more /
map
<%= trace.description %>
by <%= link_to trace.user.display_name, {:controller => 'trace', :action => 'list', :user => trace.user.display_name} %>
|