diff options
author | Freya Murphy <freya@freyacat.org> | 2025-08-24 04:06:38 +0000 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-08-24 04:06:38 +0000 |
commit | cdb287633519a884dcb2a5bd4fb1b1efd7ddbf93 (patch) | |
tree | 22bc46094856120bcb846e4ad51312acd0ef5942 | |
parent | custom css style, thanks trimill (diff) | |
download | cgit-cdb287633519a884dcb2a5bd4fb1b1efd7ddbf93.tar.gz cgit-cdb287633519a884dcb2a5bd4fb1b1efd7ddbf93.tar.bz2 cgit-cdb287633519a884dcb2a5bd4fb1b1efd7ddbf93.zip |
remove redundant about link in repos
-rw-r--r-- | ui-shared.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui-shared.c b/ui-shared.c index a4fb129..ccf066e 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -1082,10 +1082,6 @@ void cgit_print_pageheader(void) html("<table class='tabs'><tr><td>\n"); if (ctx.env.authenticated && ctx.repo) { - if (ctx.repo->readme.nr) - reporevlink("about", "about", NULL, - hc("about"), ctx.qry.head, NULL, - NULL); cgit_summary_link("summary", NULL, hc("summary"), ctx.qry.head); cgit_refs_link("refs", NULL, hc("refs"), ctx.qry.head, |