X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/931fc6d1e4986a4566647dda16af09bf69a28b89..4c9916043d6aabb8278e0d78f5fa71a59f82889d:/ui-shared.c?ds=sidebyside
diff --git a/ui-shared.c b/ui-shared.c
index 782caa7..83758f7 100644
--- a/ui-shared.c
+++ b/ui-shared.c
@@ -484,15 +484,10 @@ void cgit_print_pageheader(struct cgit_context *ctx)
html_attr(cgit_rooturl());
html("'>\n");
+ html("' alt='cgit logo'/>\n");
html("
| \n"); if (ctx->repo) { @@ -541,8 +531,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 +552,15 @@ void cgit_print_pageheader(struct cgit_context *ctx) html("index\n"); + html(" | "); + html(""); } html(" |