/[SVNBrowser]/branches/filter-action/share/web/templates/list
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/filter-action/share/web/templates/list

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 24 by dpavlin, Thu Dec 7 17:18:34 2006 UTC revision 25 by dpavlin, Sat Dec 9 14:24:06 2006 UTC
# Line 86  if (my $nr = $revisions->pager->total_en Line 86  if (my $nr = $revisions->pager->total_en
86  %               $actions->unlimit;  %               $actions->unlimit;
87  %               $actions->limit( column => 'revision', value => $r->revision );  %               $actions->limit( column => 'revision', value => $r->revision );
88  %               while (my $a = $actions->next) {  %               while (my $a = $actions->next) {
89                          <li><tt class="action-<% $a->type %>"><% $a->type %> <% $a->branch %> <% $a->rel_path %></tt></li>  %                       my $full_path = $a->branch . $a->rel_path ;
90                            <li><tt class="action-<% $a->type %>"><% $a->type %> <% $full_path %>
91                            <% Jifty->web->tangent( url => '/rev/' . $r->revision . $full_path, label => 'diff' ) %>
92                            </tt></li>
93  %               }  %               }
94                  </ul>                  </ul>
95  %       }  %       }

Legend:
Removed from v.24  
changed lines
  Added in v.25

  ViewVC Help
Powered by ViewVC 1.1.26