]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-summary.c
Layout update
[ps-cgit] / ui-summary.c
index ff3ed4d2859baa49d8b3958003f2cd28a594c27a..42f4300c19afa98c187ad16e2e47ec9948b51f1a 100644 (file)
@@ -129,8 +129,10 @@ static void cgit_print_tags()
 void cgit_print_summary()
 {
        html("<h2>");
-       html_txt("Repo summary page");
-       html("</h2>");
+       html(cgit_repo->name);
+       html("</h2><h3>");
+       html(cgit_repo->desc);
+       html("</h3>");
        html("<table class='list nowrap'>");
        cgit_print_branches();
        html("<tr class='nohover'><td colspan='4'>&nbsp;</td></tr>");