From e9a7042b5b44c6af2c7dc91eabed732d92278218 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Mon, 14 Apr 2008 22:23:48 +0200 Subject: Make a few more columns in repolist and log view clickable Less mouse movement is nice. Signed-off-by: Lars Hjemli --- ui-repolist.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui-repolist.c') diff --git a/ui-repolist.c b/ui-repolist.c index 7a7e95a..98009c0 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -114,7 +114,9 @@ void cgit_print_repolist() html_txt(ctx.repo->name); html_link_close(); html(""); + 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(""); -- cgit v1.2.3-59-g8ed1b