Possibly fix path being passed to subrequest
[catagits/Gitalist.git] / root / ref / tree.tt2
CommitLineData
0da7966e 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;
24a1933a 10 INCLUDE 'nav/path.tt2' filename = path;
0da7966e 11 END;
12
460b333e 13 subinclude('/fragment/ref/tree', c.req.captures, c.req.args.to_path);
0da7966e 14 %]
15</div>