[% BLOCK shortlog_table_headfoot %] [% SET cell = type == 'head' ? 'th' : 'td' %] <[% cell %] colspan="2">Compare <[% 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) %]

[%- IF longlogformat; line.comment | html; ELSE; short_cmt(line.comment) | html; END; -%]

[% INCLUDE '_refs.tt2' object = line %]
[% INCLUDE 'inc/gravatar.tt2' email = line.author.email %][% line.author.name | html %] commit commitdiff tree
Compare
[% c.uri_for_action('/ref/diff_fancy', [Repository.name, 'HEAD']) %] [% INCLUDE 'inc/log_pager.tt2' %]