From 66cacd053ba900c8eb3b7962027370c84a97f990 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sat, 17 Feb 2007 13:46:18 +0100 Subject: Layout update --- ui-summary.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ui-summary.c') diff --git a/ui-summary.c b/ui-summary.c index ff3ed4d..42f4300 100644 --- a/ui-summary.c +++ b/ui-summary.c @@ -129,8 +129,10 @@ static void cgit_print_tags() void cgit_print_summary() { html("

"); - html_txt("Repo summary page"); - html("

"); + html(cgit_repo->name); + html("

"); + html(cgit_repo->desc); + html("

"); html(""); cgit_print_branches(); html(""); -- cgit v1.2.1