Add Apache specific section to docs.
[catagits/Gitalist.git] / root / _log_pager.tt2
1 <div class='pager'>
2  <a href='[% c.uri_for_action('/' _ c.action, [Repository.name, 'HEAD']) %]'>HEAD</a> &sect;
3  [% IF log_lines.first.sha1 != commit.sha1 %]
4  <a href='[% c.request.uri_with(pg => (page||0) - 1) %]'>&laquo; prev</a>
5  [% END %]
6  [% IF log_lines.size == 50 %]
7  <a href='[% c.request.uri_with(pg => (page||0) + 1) %]'>next &raquo;</a>
8  [% END %]
9 </div>