X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Ffragment%2Frepository%2Fheads.tt2;h=be7b04d0cc7d599508c67dc8dcc5eda476198a36;hb=git_in_path_at_startup;hp=a2ca50ea661516e31211b6666d89cdf4c3a2c4d2;hpb=ce8349185a17b52deceeab7e658eda44f7e62e7a;p=catagits%2FGitalist.git diff --git a/root/fragment/repository/heads.tt2 b/root/fragment/repository/heads.tt2 old mode 100644 new mode 100755 index a2ca50e..be7b04d --- a/root/fragment/repository/heads.tt2 +++ b/root/fragment/repository/heads.tt2 @@ -1,19 +1,15 @@ [% BLOCK repository_heads_headfoot %] - - HEAD - age - branch - actions +[% SET cell = type == 'head' ? 'th' : 'td' %] + + <[% cell %]>HEAD + <[% cell %]>Last change + <[% cell %]>Branch + <[% cell %]>Actions [% END %] - - - [% PROCESS repository_heads_headfoot %] - - - [% PROCESS repository_heads_headfoot %] - +
+ [% PROCESS repository_heads_headfoot type = 'head' %] [% FOREACH head IN heads %] @@ -21,11 +17,12 @@ + [% LAST IF c.req.args.0 AND c.req.args.0 == loop.count %] [% END %]
[% time_since(head.last_change) %] [% head.name %] [%# FIXME %] - shortlog - log - tree + shortlog + log + tree