Get diff plain and diff fancy working properly
[catagits/Gitalist.git] / root / commit / diff_fancy.tt2
1 [% PROCESS '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   <div class='author'>
9     [% Commit.author.name | html %] [[% time_since(Commit.authored_time) %]]
10   </div>
11
12
13   [% subinclude('/fragment/commit/diff_fancy', c.req.captures) %]
14 </div>