Started the switch from hand-written URLs to uri_for.
[catagits/Gitalist.git] / templates / shortlog.tt2
index b49e0e8..2ad5505 100644 (file)
@@ -1,7 +1,11 @@
-[% INCLUDE 'commit-nav.tt2' object = commit %]
+[% INCLUDE 'nav/actions.tt2' object = commit %]
 
 <div>
 [% project %]
 </div>
 
-[% INCLUDE '_shortlog.tt2' %]
+[%
+INCLUDE '_log_pager.tt2';
+INCLUDE '_shortlog.tt2';
+INCLUDE '_log_pager.tt2';
+%]