Made the blame view a bit more informative.
[catagits/Gitalist.git] / root / tree.tt2
CommitLineData
61b56ed6 1[% INCLUDE 'nav/actions.tt2' object = commit %]
b3fa97cd 2
3<div class='commit-message'>
1fd8159c 4[% short_cmt(commit.comment) | html %] ...
b3fa97cd 5</div>
6
c046a52f 7[%
8 IF path;
9 INCLUDE 'nav/path.tt2' filename = path, head = commit;
10 END;
b4b4d0fd 11
c046a52f 12 INCLUDE '_tree.tt2';
13%]