diff options
-rw-r--r-- | ui-shared.c | 3 |
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) | |||
631 | 631 | ||
632 | html("<table class='tabs'><tr><td>\n"); | 632 | html("<table class='tabs'><tr><td>\n"); |
633 | if (ctx->repo) { | 633 | if (ctx->repo) { |
634 | cgit_summary_link(ctx->repo->name, ctx->repo->name, NULL, | 634 | cgit_summary_link("summary", NULL, NULL, ctx->qry.head); |
635 | ctx->qry.head); | ||
636 | cgit_refs_link("refs", NULL, hc(cmd, "refs"), ctx->qry.head, | 635 | cgit_refs_link("refs", NULL, hc(cmd, "refs"), ctx->qry.head, |
637 | ctx->qry.sha1, NULL); | 636 | ctx->qry.sha1, NULL); |
638 | cgit_log_link("log", NULL, hc(cmd, "log"), ctx->qry.head, | 637 | cgit_log_link("log", NULL, hc(cmd, "log"), ctx->qry.head, |