diff options
| author | patrick-scho | 2025-12-01 15:12:11 +0100 |
|---|---|---|
| committer | patrick-scho | 2025-12-01 15:12:11 +0100 |
| commit | 4bf7dacfa870fb1fb81edf647fd5c049786c3c2f (patch) | |
| tree | 2b86ea0f899db22f467c82d13c37c01ee43abe11 /ui-repolist.c | |
| parent | 7b3024b827a667c8a50260c679ebdb39ef4b937a (diff) | |
| download | ps-cgit-4bf7dacfa870fb1fb81edf647fd5c049786c3c2f.tar.gz ps-cgit-4bf7dacfa870fb1fb81edf647fd5c049786c3c2f.zip | |
print readme by oid try 1
Diffstat (limited to 'ui-repolist.c')
| -rw-r--r-- | ui-repolist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-repolist.c b/ui-repolist.c index c162290..749c6d3 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_tree_link_no_page(ctx.repo->name, ctx.repo->name, NULL, NULL, NULL, NULL); html("</td><td>"); repourl = cgit_repourl(ctx.repo->url); html_link_open(repourl, NULL, NULL); |
