From: Andy Doan Date: Tue, 13 Sep 2016 03:54:07 +0000 (-0500) Subject: ui-repolist: provide hyperlinks on section names X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84b158abe04ca37eb6e3038d3b63a9518714b66d;p=cgit ui-repolist: provide hyperlinks on section names This makes it easier to traverse into a section of git repositories. Signed-off-by: Andy Doan Signed-off-by: John Keeping --- diff --git a/ui-repolist.c b/ui-repolist.c index 30915df..3f967a8 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -322,7 +322,11 @@ void cgit_print_repolist(void) strcmp(section, last_section)))) { htmlf("", columns); + html(""); html_txt(section); + html(""); html(""); last_section = section; }