/[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 19 by dpavlin, Wed Dec 6 23:20:47 2006 UTC revision 24 by dpavlin, Thu Dec 7 17:18:34 2006 UTC
# Line 73  if (my $nr = $revisions->pager->total_en Line 73  if (my $nr = $revisions->pager->total_en
73  <dl>  <dl>
74  % while (my $r = $revisions->next) {  % while (my $r = $revisions->next) {
75          <dt><% Jifty->web->tangent(          <dt><% Jifty->web->tangent(
76                  url => '/revision/' . $r->revision,                  url => '/rev/' . $r->revision,
77                  label => $r->revision,                  label => $r->revision,
78          ) %>          ) %>
79          <span class="author"><% $r->author %></span>          <span class="author"><% $r->author %></span>
# Line 83  if (my $nr = $revisions->pager->total_en Line 83  if (my $nr = $revisions->pager->total_en
83          <pre class="commit_message"><% $r->message %></pre>          <pre class="commit_message"><% $r->message %></pre>
84  %       if ($show_actions) {  %       if ($show_actions) {
85                  <ul class="actions">                  <ul class="actions">
86    %               $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>                          <li><tt class="action-<% $a->type %>"><% $a->type %> <% $a->branch %> <% $a->rel_path %></tt></li>

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

  ViewVC Help
Powered by ViewVC 1.1.26