From 5bbc8f8455dad0064a20a4af30d3d52d4575ecc7 Mon Sep 17 00:00:00 2001 From: Vosjedev Date: Thu, 22 Jan 2026 14:02:06 +0100 Subject: ui-shared: link bugs.vosjedev.net for bugs & patches --- ui-shared.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ui-shared.c') diff --git a/ui-shared.c b/ui-shared.c index bb9d817..a632b26 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -336,6 +336,13 @@ void cgit_summary_link(const char *name, const char *title, const char *class, reporevlink(NULL, name, title, class, head, NULL, NULL); } +void cgit_acit_link() +{ + html("bugs & patches"); +} + void cgit_tag_link(const char *name, const char *title, const char *class, const char *tag) { @@ -1094,6 +1101,7 @@ void cgit_print_pageheader(void) NULL); cgit_summary_link("summary", NULL, hc("summary"), ctx.qry.head); + cgit_acit_link(); cgit_refs_link("refs", NULL, hc("refs"), ctx.qry.head, ctx.qry.oid, NULL); cgit_log_link("log", NULL, hc("log"), ctx.qry.head, -- cgit