add repo logic to wrapper
[catagits/Gitalist.git] / root / ref / tree.tt2
CommitLineData
0da7966e 1
2<div class='content'>
3 <div class='commit-message'>
4 [% short_cmt(commit.comment) | html %] ...
5 </div>
6
7 [%
8 IF path;
24a1933a 9 INCLUDE 'nav/path.tt2' filename = path;
0da7966e 10 END;
11
460b333e 12 subinclude('/fragment/ref/tree', c.req.captures, c.req.args.to_path);
0da7966e 13 %]
14</div>