X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2F_tree.tt2;h=176f36a346dfae16702cb96e5d569fd9fd1b0ba8;hb=09214cdde075e77c9713fdc14b472e982712917d;hp=3eebb159abd5c575237635983bf94fd676ef7f84;hpb=7a88ffa48c039c20be74af971627a94118afb0ef;p=catagits%2FGitalist.git diff --git a/root/_tree.tt2 b/root/_tree.tt2 index 3eebb15..176f36a 100644 --- a/root/_tree.tt2 +++ b/root/_tree.tt2 @@ -1,4 +1,4 @@ - +
@@ -17,15 +17,18 @@ [% FOREACH item IN tree_list %] - + [% theact = item.type == 'tree' ? 'tree' : 'blob' -%] - [% END %]
mode
[% item.modestr %][% item.modestr %] - [% item.file %] + [% fullpath = path ? path _ '/' _ item.file : item.file %] + + [% item.file %] - [% theact %] - history - raw + [% theact %] + history + [% IF item.type == 'blob' %] + raw + [% END %]