X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Findex.tt2;h=5df3c17cb1c88dcb32d19ffcdee18b4b6098412e;hb=91b8538e121dcb3f9326cc8c59f9b178f640bc48;hp=b7fc6136c9bd6813c34a63daada1de9ebe5bd93e;hpb=7a88ffa48c039c20be74af971627a94118afb0ef;p=catagits%2FGitalist.git diff --git a/root/index.tt2 b/root/index.tt2 old mode 100644 new mode 100755 index b7fc613..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.substr(0, 20) %][% p.owner %][% time_since(p.last_change) %]
+