X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2F_tree.tt2;h=a403aa4c9f37c405e6ee142ddfb2a2c13a8bfe17;hb=bba40bd5e51c35973a704153b1061601580f2159;hp=58d68d82ce3147f8b7b81440450fa95388bffe4e;hpb=a6db50831af08084d918bf42c5bfda096c0a373f;p=catagits%2FGitalist.git diff --git a/root/_tree.tt2 b/root/_tree.tt2 index 58d68d8..a403aa4 100644 --- a/root/_tree.tt2 +++ b/root/_tree.tt2 @@ -1,4 +1,4 @@ - +
@@ -17,16 +17,17 @@ [% 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 %] + history [% IF item.type == 'blob' %] - raw + raw [% END %]