Add mech testing in from the branch I previously made. 5 of the URIs which we test...
[catagits/Gitalist.git] / root / inc / log_pager.tt2
CommitLineData
ad8884fc 1<div class='pager'>
6dac2638 2 <a href='[% c.uri_for_action('/' _ c.action, [Repository.name, 'HEAD']) %]'>HEAD</a> &sect;
b4b4d0fd 3 [% IF log_lines.first.sha1 != commit.sha1 %]
6dac2638 4 <a href='[% c.request.uri_with(pg => (page||0) - 1) %]'>&laquo; prev</a>
1fd8159c 5 [% END %]
6 [% IF log_lines.size == 50 %]
6dac2638 7 <a href='[% c.request.uri_with(pg => (page||0) + 1) %]'>next &raquo;</a>
ad8884fc 8 [% END %]
9</div>