[% BLOCK shortlog_table_headfoot %] [% SET cell = type == 'head' ? 'th' : 'td' %] <[% cell %]>ID (sha1) <[% cell %]>Last change <[% cell %]>Message <[% cell %]>By <[% cell %]>Actions [% END %] [% IF results.size == 0 %]
No results found for [% c.req.param('text') | html %].
[% ELSE %] [% PROCESS shortlog_table_headfoot type = 'head' %] [% FOREACH result IN results %] [% END %]
[% INCLUDE 'inc/chroma_hash.tt2' sha1 = result.sha1.substr(0, 7) %] [% time_since(result.authored_time) %] [% # XXX This is fragile at best. html_comment = result.comment | html; html_comment.replace( c.req.param('text'), '' _ c.req.param('text') _ '' ); %] [% INCLUDE 'inc/gravatar.tt2' email = result.author.email %][% result.author.name | html %] commit commitdiff tree
[% END %]