806fced41829f10f1716f74c67a33a6ed9d9a2c0
[catagits/Gitalist.git] / root / commit / tree.tt2
1 [% INCLUDE 'nav/actions.tt2' object = commit %]
2
3 <div class='content'>
4   <div class='commit-message'>
5   [% short_cmt(commit.comment) | html %] ...
6   </div>
7
8   [%
9     IF path;
10       INCLUDE 'nav/path.tt2' filename = path;
11     END;
12
13     subinclude('/fragment/commit/tree', c.req.captures);
14   %]
15 </div>