--- trunk/share/web/templates/list 2006/12/07 17:18:34 24 +++ trunk/share/web/templates/list 2006/12/09 14:24:06 25 @@ -86,7 +86,10 @@ % $actions->unlimit; % $actions->limit( column => 'revision', value => $r->revision ); % while (my $a = $actions->next) { -
  • <% $a->type %> <% $a->branch %> <% $a->rel_path %>
  • +% my $full_path = $a->branch . $a->rel_path ; +
  • <% $a->type %> <% $full_path %> + <% Jifty->web->tangent( url => '/rev/' . $r->revision . $full_path, label => 'diff' ) %> +
  • % } % }