Move all the templates back into the 'root' directory, otherwise make install will...
[catagits/Gitalist.git] / root / _log_pager.tt2
1 <div class='pager'>
2  <a href='[% c.uri_for(action, {h=HEAD}) %]'>HEAD</a>
3  [% IF log_lines.size == 50 %]
4  <a href='[% c.uri_for(action, {pg=page + 1, h=commit.sha1}) %]'>next</a>
5  [% END %]
6  [% IF log_lines.first.sha1 != commit.sha1 %]
7  <a href='[% c.uri_for(action, {pg=page - 1, h=commit.sha1}) %]'>prev</a>
8  [% END %]
9 </div>