X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Ffragment%2Fref%2Fcommit.tt2;h=c213aeafd4cad592e9638debc6e8b91a003ca218;hb=225bd36dbf284adf49ae0bffe0fc482f228c0011;hp=8560e1f68ac24f890751fd12b35e0797958702a3;hpb=3a58f004e86fccfa384065e6da7d268917afb1b8;p=catagits%2FGitalist.git diff --git a/root/fragment/ref/commit.tt2 b/root/fragment/ref/commit.tt2 index 8560e1f..c213aea 100755 --- a/root/fragment/ref/commit.tt2 +++ b/root/fragment/ref/commit.tt2 @@ -13,19 +13,17 @@ [% INCLUDE 'inc/chroma_hash.tt2' sha1 = Commit.sha1.substr(0, 7) %] [% time_since(Commit.authored_time) %] - [% Commit.comment | html%] - [% - - INCLUDE '_refs.tt2' object = commit; - %] - [% Commit.author.name | html %] +

[% Commit.comment | html %]

+ [% INCLUDE '_refs.tt2' object = commit %] + + [% INCLUDE 'inc/gravatar.tt2' email = Commit.author.email %][% Commit.author.name | html %] Author [% time_since(Commit.committed_time) %] - [% Commit.committer.name %] + [% INCLUDE 'inc/gravatar.tt2' email = Commit.committer.email %][% Commit.committer.name %] Committer