X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/28d781f34b2c2d4c2b994ef3953d1cf37d8f28f0..8062817885495b07cf70304c484e8f18c78ab2b5:/ui-repolist.c?ds=inline 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(" | "); |