Made the blame view a bit more informative.
[catagits/Gitalist.git] / root / _log_pager.tt2
CommitLineData
ad8884fc 1<div class='pager'>
741e110e 2 <a href='[% c.uri_for(action, {h=HEAD}) %]'>HEAD</a> &sect;
b4b4d0fd 3 [% IF log_lines.first.sha1 != commit.sha1 %]
741e110e 4 <a href='[% c.uri_for(action, {pg=page - 1, h=commit.sha1}) %]'>&laquo; prev</a>
1fd8159c 5 [% END %]
6 [% IF log_lines.size == 50 %]
741e110e 7 <a href='[% c.uri_for(action, {pg=page + 1, h=commit.sha1}) %]'>next &raquo;</a>
ad8884fc 8 [% END %]
9</div>