X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Findex.tt2;h=5df3c17cb1c88dcb32d19ffcdee18b4b6098412e;hb=3620aa21666f20c634edcf3a6ec6f16580bbda1f;hp=1304e7f39cc6120e19341e10a38972ff9ece1aa6;hpb=4621ecf0959b92a9642a4a7cfc150c43118f46df;p=catagits%2FGitalist.git diff --git a/root/index.tt2 b/root/index.tt2 old mode 100644 new mode 100755 index 1304e7f..5df3c17 --- a/root/index.tt2 +++ b/root/index.tt2 @@ -1,52 +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
ProjectDescriptionOwnerLast Change
[% p.name %][% p.description.split(' ').slice(0, 10).join(' ') %][% p.owner %][% time_since(p.last_change) %]
+