Added very basic /commitdiff action.
[catagits/Gitalist.git] / templates / commitdiff.tt2
1 [% PROCESS 'commit-nav.tt2' object = commit %]
2
3 <div class='commit-message'>
4 [% commit.comment.substr(0, 85) %] ...
5 </div>
6
7 <div class='author'>
8   [% commit.author.name | html %] [[% commit.authored_time %]]
9 </div>
10
11 [% INCLUDE '_diff_tree.tt2' %]
12
13 <div class='diff'>
14 <pre>[% diff | html %]</pre>
15 </div>