Sorted out diffs so that diffing against parents, diffing merges and other such vecto...
[catagits/Gitalist.git] / templates / _log_pager.tt2
1 <div class='pager'>
2  <a href='/[% action %]?p=[% project %];h=[% HEAD %]'>HEAD</a>
3  [% IF log_lines.size == 50 %]
4  <a href='/[% action %]?p=[% project %];h=[% commit.sha1 %];pg=[% page %]'>next</a>
5  [% END %]
6  [% IF log_lines.first.sha1 != HEAD %]
7  <a href='/[% action %]?p=[% project %];h=[% commit.sha1 %];pg=[% page - 1 %]'>prev</a>
8  [% END %]
9 </div>