mirror of
https://git.zx2c4.com/cgit
synced 2025-08-03 09:34:43 +02:00
Make default pages configurable
Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
parent
00ecfaadea
commit
d9f3d6fb18
7 changed files with 48 additions and 13 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue