mirror of
https://git.zx2c4.com/cgit
synced 2025-08-01 16:44:44 +02:00
Layout update
This commit is contained in:
parent
ac70cb4795
commit
66cacd053b
9 changed files with 131 additions and 36 deletions
|
@ -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'> </td></tr>");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue