Change everything round to be /ref/ instead of /commit/ as this makes more sense
[catagits/Gitalist.git] / root / ref / 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/ref/tree', c.req.captures);
14   %]
15 </div>