From 0de2055b75735986ff04aed8f534ecf06248e5e1 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sat, 16 Dec 2006 00:49:37 +0100 Subject: Make repo header a link to summary page Signed-off-by: Lars Hjemli --- ui-shared.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ui-shared.c') diff --git a/ui-shared.c b/ui-shared.c index 1a6c127..9ec4be8 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -104,6 +104,10 @@ void cgit_print_pageheader(char *title) htmlf("", cgit_logo_link); htmlf("\n", cgit_logo); htmlf(""); + if (cgit_query_repo) + htmlf("", cgit_repourl(cgit_query_repo)); html_txt(title); + if (cgit_query_repo) + html(""); html(""); } -- cgit v1.2.3-59-g8ed1b