aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui-repolist.c
diff options
context:
space:
mode:
authorNaïm Favier <fnaim42@gmail.com>2019-12-09 19:38:14 +0100
committerBlake Romero <blake@blkrom.com>2024-10-17 19:37:52 +0100
commitb61c03dbed3fa22ea18b00b3ac62a01d04c9c9d0 (patch)
tree0e95529d1c8ac7ddf60707b57b73fba6aaae7e1a /ui-repolist.c
parent09d24d7cd0b7e85633f2f43808b12871bb209d69 (diff)
Make default pages configurable
Signed-off-by: Christian Hesse <mail@eworm.de>
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 d12e3dd..2390eae 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, NULL, NULL, NULL);
+ cgit_repo_link(ctx.repo->name, NULL, NULL, NULL);
html("</td><td>");
repourl = cgit_repourl(ctx.repo->url);
html_link_open(repourl, NULL, NULL);