From a2b6b3717567a5b57a19d19ed89af324296f39a9 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 16 Jan 2014 22:54:23 +0100 Subject: repolist: make owner clickable to search Signed-off-by: Jason A. Donenfeld --- ui-repolist.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui-repolist.c b/ui-repolist.c index 92e80cf..477a949 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -306,7 +306,13 @@ void cgit_print_repolist() html_link_close(); html(""); if (ctx.cfg.enable_index_owner) { + html(""); html_txt(ctx.repo->owner); + html(""); html(""); } print_modtime(ctx.repo); -- cgit v1.2.3-59-g8ed1b