X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/f135569b2be3fb1816f802f9a162b3743b735d1c..72a69b77e7bf10cc3674e61e1ddd4d81618ee533:/ui-shared.c diff --git a/ui-shared.c b/ui-shared.c index 7287956..73e3d4c 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -478,14 +478,20 @@ void cgit_print_pageheader(struct cgit_context *ctx) html("
| "); - if (ctx->repo) + if (ctx->repo) { + html("index / "); html_txt(ctx->repo->name); - else + } else html_txt(ctx->cfg.root_title); html(" | |
| "); @@ -512,6 +518,13 @@ void cgit_print_pageheader(struct cgit_context *ctx) ctx->qry.sha1, ctx->qry.sha2, NULL); cgit_patch_link("patch", NULL, hc(cmd, "patch"), ctx->qry.head, ctx->qry.sha1); + html(" | "); + html(" |