about summary refs log tree commit diff stats
path: root/ui-repolist.c
diff options
context:
space:
mode:
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 97b11c5..03f513c 100644 --- a/ui-repolist.c +++ b/ui-repolist.c
@@ -321,7 +321,7 @@ void cgit_print_repolist(void)
321 } 321 }
322 htmlf("<tr><td class='%s'>", 322 htmlf("<tr><td class='%s'>",
323 !sorted && section ? "sublevel-repo" : "toplevel-repo"); 323 !sorted && section ? "sublevel-repo" : "toplevel-repo");
324 cgit_summary_link(ctx.repo->name, NULL, NULL, NULL); 324 cgit_repo_link(ctx.repo->name, ctx.repo->name, NULL, NULL);
325 html("</td><td>"); 325 html("</td><td>");
326 repourl = cgit_repourl(ctx.repo->url); 326 repourl = cgit_repourl(ctx.repo->url);
327 html_link_open(repourl, NULL, NULL); 327 html_link_open(repourl, NULL, NULL);