X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Frepository%2Fsearch.tt2;fp=root%2Frepository%2Fsearch.tt2;h=901d4d6aa2bb217d7722bb6aa8e00e1d13f15bef;hb=feb6e8816886de983c0f17a360d715fd5138ed99;hp=f9f670d8f415ce54eba554b28dbec47f695e3694;hpb=47eed95eb6a3e21787037f8f8dbfed4b0ca67201;p=catagits%2FGitalist.git diff --git a/root/repository/search.tt2 b/root/repository/search.tt2 index f9f670d..901d4d6 100755 --- a/root/repository/search.tt2 +++ b/root/repository/search.tt2 @@ -1,7 +1,6 @@ [% BLOCK shortlog_table_headfoot %] [% SET cell = type == 'head' ? 'th' : 'td' %] - <[% cell %] colspan="2">Compare <[% cell %]>ID (sha1) <[% cell %]>Last change <[% cell %]>Message @@ -10,14 +9,11 @@ [% END %] -
[% PROCESS shortlog_table_headfoot type = 'head' %] [% FOREACH result IN results %] - - [% END %] - - - - -
[% INCLUDE 'inc/chroma_hash.tt2' sha1 = result.sha1.substr(0, 7) %] [% time_since(result.authored_time) %] [% @@ -35,10 +31,5 @@
Compare
-
+ \ No newline at end of file