Make diff action work nicely
[catagits/Gitalist.git] / root / commit / diff.tt2
CommitLineData
a35d5d2a 1[% PROCESS 'nav/actions.tt2' object = commit %]
2
3<div class='content'>
4 <div class='commit-message'>
493327c8 5 [% short_cmt(Commit.comment) | html %]
a35d5d2a 6 </div>
7
8 <div class='author'>
493327c8 9 [% Commit.author.name | html %] [[% time_since(Commit.authored_time) %]]
a35d5d2a 10 </div>
11
12
13 [% subinclude('/fragment/commit/diff', c.req.captures) %]
14</div>