X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2F_tree.tt2;h=6a96cdad75bfad7099f01e9f03cc6e804fd5b2e6;hb=799c61908612b5fee0c4c5101f3f2bc0140b0025;hp=58d68d82ce3147f8b7b81440450fa95388bffe4e;hpb=a6db50831af08084d918bf42c5bfda096c0a373f;p=catagits%2FGitalist.git diff --git a/root/_tree.tt2 b/root/_tree.tt2 index 58d68d8..6a96cda 100644 --- a/root/_tree.tt2 +++ b/root/_tree.tt2 @@ -1,4 +1,4 @@ - +
@@ -17,16 +17,20 @@ [% FOREACH item IN tree_list %] - + [% theact = item.type == 'tree' ? 'tree' : 'blob' -%] -
mode
[% item.modestr %][% item.modestr %] - [% item.file %] + [% fullpath = path ? path _ '/' _ item.file : item.file %] + + [% item.file %] - [% theact %] - history + [% theact %] + [% IF item.type == 'blob' %] + blame + [% END %] + history [% IF item.type == 'blob' %] - raw + raw [% END %]