acb61c42915f98273cf23de8e5c6996fa71ed76a
[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 [% INCLUDE '_diff.tt2' %]