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

Contents of /branches/filter-action/share/web/templates/rev

Parent Directory Parent Directory | Revision Log Revision Log


Revision 28 - (show annotations)
Sun Dec 10 14:06:33 2006 UTC (17 years, 4 months ago) by dpavlin
File size: 351 byte(s)
make branch for Action::Filter refactoring
1 <%args>
2 $revision => 1;
3 $path => '';
4 </%args>
5 <%init>
6 use SVNBrowser::ColorDiff;
7 my $repository = Jifty->config->app('repository') . $path,
8 </%init>
9
10 <&| /_elements/wrapper, title => "SVN Reporitory $repository revision $revision" &>
11
12 <% SVNBrowser::ColorDiff::diff( $repository, $revision ) | n %>
13
14 <% Jifty->web->return( label => 'Back ') %>
15
16 </&>
17

  ViewVC Help
Powered by ViewVC 1.1.26