Possibly fix path being passed to subrequest
[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, c.req.args.to_path);
14   %]
15 </div>