X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/74620f12e4f7e91cb0a0b4ca731e07272d1b65f6..7dd50c98d73bf6c579b8ce5893739a2d0ffc00d5:/ui-repolist.c diff --git a/ui-repolist.c b/ui-repolist.c index 1fe7059..bd4af59 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -17,7 +17,7 @@ void cgit_print_repolist(struct cacheitem *item) chdir(cgit_root); cgit_print_docstart(cgit_root_title, item); - cgit_print_pageheader(cgit_root_title); + cgit_print_pageheader(cgit_root_title, 0); if (!(d = opendir("."))) { cgit_print_error(fmt("Unable to scan repository directory: %s", @@ -27,8 +27,11 @@ void cgit_print_repolist(struct cacheitem *item) } html("

Repositories

\n"); - html(""); - html("\n"); + html("
NameDescriptionOwner
"); + html("" + "" + "" + "\n"); while ((de = readdir(d)) != NULL) { if (de->d_name[0] == '.') continue;
NameDescriptionOwner