X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Findex.tt2;h=5df3c17cb1c88dcb32d19ffcdee18b4b6098412e;hb=e258bb1e5e6a8173d44b79310303a94a482621b8;hp=9b93bf7658bc45abb5fd66ef101d6a2334e026e0;hpb=d28db4e58e4438a164f2248a705f0cb3017c1cc4;p=catagits%2FGitalist.git diff --git a/root/index.tt2 b/root/index.tt2 old mode 100644 new mode 100755 index 9b93bf7..5df3c17 --- a/root/index.tt2 +++ b/root/index.tt2 @@ -1,42 +1,20 @@ -[% IF home_text_contents %] -
- [% home_text_contents %] -
+[% BLOCK repos_table_headfoot %] +[% SET cell = type == 'head' ? 'th' : 'td' %] + + <[% cell %]> + <[% cell %]>Repository + + <[% cell %]>Description + <[% cell %]>Last change + <[% cell %]>By + <[% cell %]>Actions + [% END %] -
-

Search: - -

-
- - +
- - - - - - - - + [% INCLUDE repos_table_headfoot type = 'head' %] - - - [% - USE Cycle('dark', 'light'); - FOR p IN projects %] - - - - - - - - [% END %] - - +[% subinclude('/fragment/collectionofrepositories') %]
ProjectDescriptionOwnerLast Change
[% p.name %][% p.description.substr(0, 20) %][% p.owner %][% p.last_change %]
+