Make history action work as per gitweb. This feels pretty messy at the moment - too...
[catagits/Gitalist.git] / root / tree.tt2
1 [% INCLUDE 'nav/actions.tt2' object = commit %]
2
3 <div class='commit-message'>
4 [% short_cmt(commit.comment) | html %] ...
5 </div>
6
7 [%
8   IF path;
9     INCLUDE 'nav/path.tt2' filename = path, head = commit;
10   END;
11
12   INCLUDE '_tree.tt2';
13 %]