about summary refs log tree commit diff stats
path: root/ui-summary.c
diff options
context:
space:
mode:
authorLars Hjemli2007-02-17 13:46:18 +0100
committerLars Hjemli2007-02-21 00:24:36 +0100
commit66cacd053ba900c8eb3b7962027370c84a97f990 (patch)
tree9ccd8202204bf556a186ba1520a6c767756855bf /ui-summary.c
parentMake snapshot feature configurable (diff)
downloadcgit-66cacd053ba900c8eb3b7962027370c84a97f990.tar.gz
cgit-66cacd053ba900c8eb3b7962027370c84a97f990.zip
Layout update
Diffstat (limited to 'ui-summary.c')
-rw-r--r--ui-summary.c6
1 files changed, 4 insertions, 2 deletions
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()
129void cgit_print_summary() 129void cgit_print_summary()
130{ 130{
131 html("<h2>"); 131 html("<h2>");
132 html_txt("Repo summary page"); 132 html(cgit_repo->name);
133 html("</h2>"); 133 html("</h2><h3>");
134 html(cgit_repo->desc);
135 html("</h3>");
134 html("<table class='list nowrap'>"); 136 html("<table class='list nowrap'>");
135 cgit_print_branches(); 137 cgit_print_branches();
136 html("<tr class='nohover'><td colspan='4'>&nbsp;</td></tr>"); 138 html("<tr class='nohover'><td colspan='4'>&nbsp;</td></tr>");