From 72ebf3417efcbeef34247aeb53488fc4c87dc6d4 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 19 Apr 2011 21:24:27 -0400 Subject: [PATCH] remove owner column --- index.cgi | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/index.cgi b/index.cgi index 7ccc995..cf890e5 100755 --- a/index.cgi +++ b/index.cgi @@ -4436,7 +4436,7 @@ sub git_project_list_body { } print_sort_th('project', $order, 'Project'); print_sort_th('descr', $order, 'Description'); - print_sort_th('owner', $order, 'Owner'); +# print_sort_th('owner', $order, 'Owner'); print_sort_th('age', $order, 'Last Change'); print "\n" . # for links "\n"; @@ -4476,7 +4476,8 @@ sub git_project_list_body { "" . $cgi->a({-href => href(project=>$pr->{'path'}, action=>"summary"), -class => "list", -title => $pr->{'descr_long'}}, esc_html($pr->{'descr'})) . "\n" . - "" . chop_and_escape_str($pr->{'owner'}, 15) . "\n"; +# "" . chop_and_escape_str($pr->{'owner'}, 15) . "\n"; + ""; print "{'age'}) . "\">" . (defined $pr->{'age_string'} ? $pr->{'age_string'} : "No commits") . "\n" . "" . @@ -4902,7 +4903,8 @@ sub git_summary { print "
 
\n"; print "\n" . "\n" . - "\n"; +# "\n"; + ""; if (defined $cd{'rfc2822'}) { print "\n"; }
description" . esc_html($descr) . "
owner" . esc_html($owner) . "
owner" . esc_html($owner) . "
last change$cd{'rfc2822'}