Small layout adjustments to summary and blob view

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
这个提交包含在:
Lars Hjemli
2006-12-13 00:36:22 +01:00
父节点 06fe0c2f47
当前提交 9c2e863ec2
共有 3 个文件被更改,包括 13 次插入5 次删除

查看文件

@@ -46,7 +46,7 @@ static int cgit_print_branch_cb(const char *refname, const unsigned char *sha1,
static void cgit_print_branches()
{
html("<table class='list'>");
html("<tr><th>Branch name</th><th>Latest</th><th>Link</th></tr>\n");
html("<tr><th>Branch</th><th>Last commit</th><th>Link</th></tr>\n");
for_each_branch_ref(cgit_print_branch_cb, NULL);
html("</table>");
}