X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Ffragment%2Frepository%2Fshortlog.tt2;h=e6d5598672fbb294cbd84486f0603369c8fd6576;hb=225bd36dbf284adf49ae0bffe0fc482f228c0011;hp=6c7414d966c3b598352cf5bad1ac94f40d3bf2e7;hpb=eab82ed135b830ff718ee9c581a62085955d754e;p=catagits%2FGitalist.git diff --git a/root/fragment/repository/shortlog.tt2 b/root/fragment/repository/shortlog.tt2 index 6c7414d..e6d5598 100755 --- a/root/fragment/repository/shortlog.tt2 +++ b/root/fragment/repository/shortlog.tt2 @@ -1,6 +1,7 @@ [% BLOCK shortlog_table_headfoot %] [% SET cell = type == 'head' ? 'th' : 'td' %] + <[% cell %] colspan="2">Compare <[% cell %]>ID (sha1) <[% cell %]>Last change <[% cell %]>Message @@ -9,20 +10,25 @@ [% 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 %]

[%- + 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 @@ -30,7 +36,14 @@
Compare
+
+ +[% c.uri_for_action('/ref/diff_fancy', [Repository.name, 'HEAD']) %] -[% INCLUDE 'inc/log_pager.tt2' %] \ No newline at end of file +[% INCLUDE 'inc/log_pager.tt2' %]