X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/28d781f34b2c2d4c2b994ef3953d1cf37d8f28f0..4c9916043d6aabb8278e0d78f5fa71a59f82889d:/ui-repolist.c diff --git a/ui-repolist.c b/ui-repolist.c index 7a7e95a..200640c 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -61,12 +61,6 @@ int is_match(struct cgit_repo *repo) void print_header(int columns) { - if (ctx.cfg.index_header) { - htmlf("
| "); + html_link_open(cgit_repourl(ctx.repo->url), NULL, NULL); html_ntxt(ctx.cfg.max_repodesc_len, ctx.repo->desc); + html_link_close(); html(" | "); html_txt(ctx.repo->owner); html(" | "); |