[% INCLUDE 'nav/actions.tt2' object = commit %]
[%# INCLUDE '_log_pager.tt2' %] [%# XXX Nabbed the HTML below from gitweb's log action. %] [% FOREACH result IN results %]
[% result.authored_time %] [% short_cmt(result.comment) | html %]
[% result.author.name | html %] [% line.authored_time %]
[% # XXX This is fragile at best. html_comment = result.comment | html; html_comment.replace( c.req.param('text'), '' _ c.req.param('text') _ '' ); %]
[% END %] [%# INCLUDE '_log_pager.tt2' %]