From 84b158abe04ca37eb6e3038d3b63a9518714b66d Mon Sep 17 00:00:00 2001 From: Andy Doan Date: Mon, 12 Sep 2016 22:54:07 -0500 Subject: 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 --- ui-repolist.c | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- cgit v1.2.3-59-g8ed1b