From f133234f7829eb523b5adbfeea6d83d8395190f8 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 20 Dec 2019 18:59:43 +0000 Subject: chore(cgit-taz): Drop unused 'index' link from page top --- services/cgit-taz/cgit_depot_url.patch | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'services/cgit-taz') diff --git a/services/cgit-taz/cgit_depot_url.patch b/services/cgit-taz/cgit_depot_url.patch index 7d22ddf41871..cb81a2a49ab9 100644 --- a/services/cgit-taz/cgit_depot_url.patch +++ b/services/cgit-taz/cgit_depot_url.patch @@ -34,7 +34,7 @@ index 63f0ae5..b37b79d 100644 static void blame_fn(void) diff --git a/ui-shared.c b/ui-shared.c -index 739505a..6840c86 100644 +index 739505a..c7c3754 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -95,29 +95,23 @@ const char *cgit_loginurl(void) @@ -86,3 +86,12 @@ index 739505a..6840c86 100644 if (page) { html_url_path(page); html("/"); +@@ -957,8 +948,6 @@ static void print_header(void) + + html(""); + if (ctx.repo) { +- cgit_index_link("index", NULL, NULL, NULL, NULL, 0, 1); +- html(" : "); + cgit_summary_link(ctx.repo->name, ctx.repo->name, NULL, NULL); + if (ctx.env.authenticated) { + html(""); -- cgit 1.4.1