X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fb1467a94487cfdfcb19e4f88e05be7aa88096f0..46e9dcbcc7ba632db77a2137ee0da2a66d77c47b:/app/views/trace/_trace.rhtml?ds=sidebyside diff --git a/app/views/trace/_trace.rhtml b/app/views/trace/_trace.rhtml index 3149e4c0a..73fb5080c 100644 --- a/app/views/trace/_trace.rhtml +++ b/app/views/trace/_trace.rhtml @@ -1 +1,16 @@ -bleh + + <% 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} %> + +