[% BLOCK shortlog_table_headfoot %] [% SET cell = type == 'head' ? 'th' : 'td' %] <[% cell %]>sha1 <[% cell %]>time <[% cell %]>author <[% cell %]>message <[% cell %]>actions [% END %]
[% INCLUDE 'inc/log_pager.tt2' %] [% PROCESS shortlog_table_headfoot type = 'head' %][% PROCESS shortlog_table_headfoot type = 'foot' %] [% FOREACH line IN log_lines %] [% END %]
[% INCLUDE 'inc/chroma_hash.tt2' sha1 = line.sha1.substr(0, 7) %] [% time_since(line.authored_time) %] [% line.author.name | html %] [% short_cmt(line.comment) | html %] [% INCLUDE '_refs.tt2' object = line %] commit commitdiff tree
[% INCLUDE 'inc/log_pager.tt2'; %]