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