Sorted out diffs so that diffing against parents, diffing merges and other such vecto...
[catagits/Gitalist.git] / templates / log.tt2
index c8c3c21..2953d4e 100644 (file)
@@ -1,5 +1,7 @@
 [% INCLUDE 'commit-nav.tt2' object = commit %]
 
+[% INCLUDE '_log_pager.tt2' %]
+
 [%# XXX Nabbed the HTML below from gitweb's log action. %]
 [% FOREACH line IN log_lines %]
 <div class="header">
@@ -22,3 +24,5 @@
  [% line.comment | html %]
 </div>
 [% END %]
+
+[% INCLUDE '_log_pager.tt2' %]