Started the switch from hand-written URLs to uri_for.
[catagits/Gitalist.git] / templates / _shortlog.tt2
index 26b6ad7..329dcd1 100644 (file)
@@ -1,15 +1,3 @@
-[% BLOCK pager %]
-<div class='pager'>
- [% IF log_lines.size == 50 %]
- <a href='/[% action %]?p=[% project %];h=[% commit.sha1 %];pg=[% page %]'>next</a>
- [% END %]
- [% IF log_lines.first.sha1 != HEAD %]
- <a href='/[% action %]?p=[% project %];h=[% commit.sha1 %];pg=[% page - 1 %]'>prev</a>
- [% END %]
-</div>
-[% END %]
-
-[% INCLUDE pager %]
 <table>
  <thead>
   <tr>
@@ -56,4 +44,3 @@
   </tr>
  </tfoot>
 </table>
-[% INCLUDE pager %]