Added paging to the /shortlog action.
[catagits/Gitalist.git] / templates / commitdiff.tt2
CommitLineData
2247133f 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
9dc3b9a5 13[% INCLUDE '_diff.tt2' %]