This makes it easier to traverse into a section of git repositories.
Signed-off-by: Andy Doan <[email protected]>
---
ui-repolist.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui-repolist.c b/ui-repolist.c
index 30915df..f6b6b47 100644
--- a/ui-repolist.c
+++ b/ui-repolist.c
@@ -322,7 +322,7 @@ void cgit_print_repolist(void)
strcmp(section, last_section)))) {
htmlf("<tr class='nohover'><td colspan='%d'
class='reposection'>",
columns);
- html_txt(section);
+ htmlf("<a href='%s'>%s</a>", section, section);
html("</td></tr>");
last_section = section;
}
--
2.7.4
_______________________________________________
CGit mailing list
[email protected]
http://lists.zx2c4.com/mailman/listinfo/cgit