X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Findex.tt2;h=2cdd1ea91e866f9b93442edcfd50052aad4cf405;hb=7c3086f8f5b0fad935ac03a9d33aad2ee85bb5ef;hp=93ec59e86dfe77287c5f9662a82f3c9aad34628e;hpb=40271359dbdf8730db554fec3bf368a9a6e28767;p=catagits%2FGitalist.git diff --git a/root/index.tt2 b/root/index.tt2 index 93ec59e..2cdd1ea 100644 --- a/root/index.tt2 +++ b/root/index.tt2 @@ -21,20 +21,30 @@ + + + Project + + Description + Owner + Last Change + + + [% USE Cycle('dark', 'light'); FOR p IN projects %] - [% p.name %] - [% p.description.substr(0, 20) %] + [% p.name %] + [% abridged_description(p.description) %] [% p.owner %] - [% p.last_change %] - summary - | shortlog - | log - | tree + [% time_since(p.last_change) %] + summary + | shortlog + | log + | tree [% END %]