Change everything round to be /ref/ instead of /commit/ as this makes more sense
[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
2980657b 13 subinclude('/fragment/ref/tree', c.req.captures);
0da7966e 14 %]
15</div>