From: Zachary Stevens Date: Sat, 14 Nov 2009 01:42:52 +0000 (+0000) Subject: Fixed action links in tree output. X-Git-Tag: 0.000000_01~31^2~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a6db50831af08084d918bf42c5bfda096c0a373f;p=catagits%2FGitalist.git Fixed action links in tree output. --- diff --git a/root/_tree.tt2 b/root/_tree.tt2 index 6aa70a1..58d68d8 100644 --- a/root/_tree.tt2 +++ b/root/_tree.tt2 @@ -23,9 +23,11 @@ [% item.file %] - [% theact %] - history - raw + [% theact %] + history + [% IF item.type == 'blob' %] + raw + [% END %] [% END %]