X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Findex.tt2;h=5df3c17cb1c88dcb32d19ffcdee18b4b6098412e;hb=3620aa21666f20c634edcf3a6ec6f16580bbda1f;hp=428e93261dfd5d8b59fcb5ce73f07534aba0086c;hpb=2cf1e7818faaa31479ecdbc66dbec4f5cedf551e;p=catagits%2FGitalist.git diff --git a/root/index.tt2 b/root/index.tt2 old mode 100644 new mode 100755 index 428e932..5df3c17 --- a/root/index.tt2 +++ b/root/index.tt2 @@ -1,45 +1,20 @@ -
-
-

Search: - -

-
+[% BLOCK repos_table_headfoot %] +[% SET cell = type == 'head' ? 'th' : 'td' %] + + <[% cell %]> + <[% cell %]>Repository + + <[% cell %]>Description + <[% cell %]>Last change + <[% cell %]>By + <[% cell %]>Actions + +[% END %] - - - - - - - - - - - - - - - - - - - - - +
ProjectDescriptionOwnerLast Change
ProjectDescriptionOwnerLast Change
+ + [% INCLUDE repos_table_headfoot type = 'head' %] + +[% subinclude('/fragment/collectionofrepositories') %] +
- - [% FOR p IN projects %] - - [% p.name %] - [% abridged_description(p.description) %] - [% p.owner %] - [% time_since(p.last_change) %] - summary - | shortlog - | log - | tree - - [% END %] - - -