aboutsummaryrefslogtreecommitdiff
path: root/ui-repolist.c
diff options
context:
space:
mode:
authorNaïm Favier <fnaim42@gmail.com>2019-12-09 19:38:14 +0100
committerChristian Hesse <mail@eworm.de>2021-05-12 15:35:32 +0200
commitefe96cc0e19d69e74e235c431c634040ee08baa6 (patch)
tree2eea8e39f0887a4590e3ccdd57767cf54d96d499 /ui-repolist.c
parenttests: t0107: support older and/or non-GNU tar (diff)
Make default pages configurablech/default-pages
Diffstat (limited to 'ui-repolist.c')
-rw-r--r--ui-repolist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-repolist.c b/ui-repolist.c
index 529a203..75db72a 100644
--- a/ui-repolist.c
+++ b/ui-repolist.c
@@ -321,7 +321,7 @@ void cgit_print_repolist(void)
}
htmlf("<tr><td class='%s'>",
!sorted && section ? "sublevel-repo" : "toplevel-repo");
- cgit_summary_link(ctx.repo->name, ctx.repo->name, NULL, NULL);
+ cgit_repo_link(ctx.repo->name, ctx.repo->name, NULL, NULL);
html("</td><td>");
repourl = cgit_repourl(ctx.repo->url);
html_link_open(repourl, NULL, NULL);