Merge
[catagits/Gitalist.git] / root / tree.tt2
CommitLineData
61b56ed6 1[% INCLUDE 'nav/actions.tt2' object = commit %]
b3fa97cd 2
2cf1e781 3<div class='content'>
4 <div class='commit-message'>
5 [% short_cmt(commit.comment) | html %] ...
6 </div>
b3fa97cd 7
2cf1e781 8 [%
9 IF path;
10 INCLUDE 'nav/path.tt2' filename = path, head = commit;
11 END;
b4b4d0fd 12
2cf1e781 13 INCLUDE '_tree.tt2';
14 %]
15</div>