[% INCLUDE 'nav/actions.tt2' object = commit %] [% INCLUDE '_log_pager.tt2' %]
[%# XXX Nabbed the HTML below from gitweb's log action. %] [% FOREACH line IN log_lines %]
[% message = line.comment | html; message.replace("\n", "
") %]
[% INCLUDE '_chroma_hash.tt2' sha1 = line.sha1 %]
[% IF line.author.name != line.committer.name %] [% END %]
author[% line.author.name | html %]
authored time[% line.authored_time %]
committer[% line.committer.name | html %]
committered time[% line.committed_time %]
[% time_since(line.authored_time) %]
[% END %]
[% INCLUDE '_log_pager.tt2' %]