X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/cf61ad411c41a774c9671651704bdeb78ccc1036..f250c1ca2ea7f35d65f639e42e8b8f0657515e5d:/ui-shared.c diff --git a/ui-shared.c b/ui-shared.c index 9b120ae..224e5f3 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -629,7 +629,8 @@ void cgit_print_pageheader(struct cgit_context *ctx) html("
| \n"); if (ctx->repo) { - cgit_summary_link("summary", NULL, NULL, ctx->qry.head); + cgit_summary_link("summary", NULL, hc(cmd, "summary"), + 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, |