Switch to using 960.gs grids for layout.
[catagits/Gitalist.git] / root / ref / tree.tt2
1
2 <div class='content'>
3   <div class='commit-message'>
4   [% short_cmt(commit.comment) | html %] ...
5   </div>
6
7   [%
8     IF path;
9       INCLUDE 'nav/path.tt2' filename = path;
10     END;
11
12     subinclude('/fragment/ref/tree', c.req.captures, c.req.args.to_path);
13   %]
14 </div>