X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Findex.tt2;h=5df3c17cb1c88dcb32d19ffcdee18b4b6098412e;hb=0493e65778d860a3c78cd429b0ae843e545ebfec;hp=f08809d76147359fcb9637c806899035519a3339;hpb=87581f054e0fa1c46688ffce55aedd21cd6e7530;p=catagits%2FGitalist.git diff --git a/root/index.tt2 b/root/index.tt2 old mode 100644 new mode 100755 index f08809d..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 %] - - - - - - - - - - - - - - - - - - - - - +
RepositoryDescriptionOwnerLast Change
RepositoryDescriptionOwnerLast 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 %] - - -