From 4f64d3fa0e20f3b4d56fb8b8bd7e0788944a8c38 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sat, 4 May 2013 15:38:00 +0200 Subject: Start bootstrapping cgit --- ui-repolist.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'ui-repolist.c') diff --git a/ui-repolist.c b/ui-repolist.c index dead1bf..cf64460 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -115,7 +115,6 @@ void print_header(int columns) html(""); print_sort_header("Name", "name"); print_sort_header("Description", "desc"); - print_sort_header("Owner", "owner"); print_sort_header("Idle", "idle"); if (ctx.cfg.enable_index_links) html("Links"); @@ -217,7 +216,6 @@ struct sortcolumn sortcolumn[] = { {"section", sort_section}, {"name", sort_name}, {"desc", sort_desc}, - {"owner", sort_owner}, {"idle", sort_idle}, {NULL, NULL} }; @@ -260,7 +258,7 @@ void cgit_print_repolist() else if (ctx.cfg.section_sort) sort_repolist("section"); - html(""); + html("
"); for (i=0; i"); + html(""); last_section = section; } htmlf(""); if (ctx.cfg.enable_index_links) { -- cgit v1.2.3-54-g00ecf
", + htmlf("
", columns); html_txt(section); - html("
", @@ -294,8 +292,6 @@ void cgit_print_repolist() html_ntxt(ctx.cfg.max_repodesc_len, ctx.repo->desc); html_link_close(); html(""); - html_txt(ctx.repo->owner); - html(""); print_modtime(ctx.repo); html("