[% BLOCK history_table_headfoot %] [% SET cell = type == 'head' ? 'th' : 'td' %] <[% cell %]>sha1 <[% cell %]>time <[% cell %]>message <[% cell %]>author <[% cell %]>actions [% END %] [% PROCESS history_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.0 %] [% line.author.name | html %] [% IF filetype == 'tree' %] blob [% ELSIF filetype == 'blob' %] blob [% END %] commitdiff [% IF filetype == 'blob' %] diff to current [% END %]
[% INCLUDE 'inc/log_pager.tt2'; %]