Started the switch from hand-written URLs to uri_for.
[catagits/Gitalist.git] / templates / log.tt2
index c8c3c21..29dbe96 100644 (file)
@@ -1,4 +1,6 @@
-[% INCLUDE 'commit-nav.tt2' object = commit %]
+[% INCLUDE 'nav/actions.tt2' object = commit %]
+
+[% INCLUDE '_log_pager.tt2' %]
 
 [%# XXX Nabbed the HTML below from gitweb's log action. %]
 [% FOREACH line IN log_lines %]
@@ -22,3 +24,5 @@
  [% line.comment | html %]
 </div>
 [% END %]
+
+[% INCLUDE '_log_pager.tt2' %]