Further work on sorting out the style and content.
[catagits/Gitalist.git] / root / _log_pager.tt2
CommitLineData
ad8884fc 1<div class='pager'>
1fd8159c 2 <a href='[% c.uri_for(action, {h=HEAD}) %]'>HEAD</a> §
b4b4d0fd 3 [% IF log_lines.first.sha1 != commit.sha1 %]
1fd8159c 4 <a href='[% c.uri_for(action, {pg=page - 1, h=commit.sha1}) %]'>« prev</a>
5 [% END %]
6 [% IF log_lines.size == 50 %]
7 <a href='[% c.uri_for(action, {pg=page + 1, h=commit.sha1}) %]'>next »</a>
ad8884fc 8 [% END %]
9</div>