X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/931fc6d1e4986a4566647dda16af09bf69a28b89..39912a24edf45497e668ebda25636aa6f6db0c9b:/ui-shared.c?ds=inline diff --git a/ui-shared.c b/ui-shared.c index 782caa7..bb08c4a 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -541,8 +541,6 @@ void cgit_print_pageheader(struct cgit_context *ctx) ctx->qry.head, ctx->qry.sha1); cgit_diff_link("diff", NULL, hc(cmd, "diff"), ctx->qry.head, ctx->qry.sha1, ctx->qry.sha2, NULL); - cgit_patch_link("patch", NULL, hc(cmd, "patch"), ctx->qry.head, - ctx->qry.sha1); html(""); html("
\n"); html("\n"); @@ -564,6 +562,15 @@ void cgit_print_pageheader(struct cgit_context *ctx) html("index\n"); + html(""); + html("\n"); + html("\n"); + html("\n"); + html("
"); } html("\n"); html("
");