about summary refs log tree commit diff stats
path: root/ui-repolist.c
diff options
context:
space:
mode:
authorCase Duckworth2022-06-09 17:54:28 -0500
committerCase Duckworth2022-06-09 17:54:28 -0500
commitdd4ece96204e960863d29137de931b53716e34a1 (patch)
treedb7ba360bcd4c181665d24c6cc01c4e013049577 /ui-repolist.c
parentApply default-tab patch (diff)
downloadcgit-dd4ece96204e960863d29137de931b53716e34a1.tar.gz
cgit-dd4ece96204e960863d29137de931b53716e34a1.zip
Un-fuck the patch
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);