diff options
| author | Naïm Favier <fnaim42@gmail.com> | 2019-12-09 19:38:14 +0100 | 
|---|---|---|
| committer | Christian Hesse <mail@eworm.de> | 2024-01-30 09:06:33 +0100 | 
| commit | d9f3d6fb1817fd22512ac62e8d7c36c67dc5584a (patch) | |
| tree | 17c9acce3bb78c564ef97d6ff76147f690b25f8d /ui-repolist.c | |
| parent | config: make empty js= omit script tag (diff) | |
| download | cgit-d9f3d6fb1817fd22512ac62e8d7c36c67dc5584a.tar.gz cgit-d9f3d6fb1817fd22512ac62e8d7c36c67dc5584a.tar.bz2 cgit-d9f3d6fb1817fd22512ac62e8d7c36c67dc5584a.zip | |
Make default pages configurablech/default-pages
Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to '')
| -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 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); | 
