From 23ffba78b4572f35f0ee52410dde9a16e6d02ce5 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sun, 5 Oct 2008 19:00:32 +0200 Subject: ui-shared: do not print repo name on the "summary" tab Signed-off-by: Lars Hjemli --- ui-shared.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ui-shared.c') diff --git a/ui-shared.c b/ui-shared.c index 1fc5c09..d909f55 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -631,8 +631,7 @@ void cgit_print_pageheader(struct cgit_context *ctx) html("
\n"); if (ctx->repo) { - cgit_summary_link(ctx->repo->name, ctx->repo->name, NULL, - ctx->qry.head); + cgit_summary_link("summary", NULL, NULL, ctx->qry.head); cgit_refs_link("refs", NULL, hc(cmd, "refs"), ctx->qry.head, ctx->qry.sha1, NULL); cgit_log_link("log", NULL, hc(cmd, "log"), ctx->qry.head, -- cgit v1.2.3-59-g8ed1b