about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2008-10-05 19:00:32 +0200
committerLars Hjemli <hjemli@gmail.com>2008-10-05 19:00:32 +0200
commit23ffba78b4572f35f0ee52410dde9a16e6d02ce5 (patch)
tree3826ebbae0760fb1d625361de9550e8d737a7bef
parentReplace cgitrc with cgitrc.5.txt (diff)
downloadcgit-pink-23ffba78b4572f35f0ee52410dde9a16e6d02ce5.tar.gz
cgit-pink-23ffba78b4572f35f0ee52410dde9a16e6d02ce5.zip
ui-shared: do not print repo name on the "summary" tab
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r--ui-shared.c3
1 files changed, 1 insertions, 2 deletions
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("<table class='tabs'><tr><td>\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,
mit/cgitrc.5.txt?id=17e6a2af9d56be8da3ee197a446a1ac7eedae800&follow=1'>Fix the example configurationPřemysl Janouch "enable-git-clone" doesn't exist, replaced with "enable-http-clone". Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix about-formatting.shPřemysl Janouch dash failed to parse the script. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix some spelling errorsPřemysl Janouch Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts