+ html_txt(repo->owner);
+ html("</td><td>");
+ html_link_open(cgit_pageurl(repo->name, "commit", NULL),
+ "Commit: display last commit", NULL);
+ html("C</a> ");
+ html_link_open(cgit_pageurl(repo->name, "diff", NULL),
+ "Diff: see changes introduced by last commit", NULL);
+ html("D</a> ");
+ html_link_open(cgit_pageurl(repo->name, "log", NULL),
+ "Log: show history of the main branch", NULL);
+ html("L</a> ");
+ html_link_open(cgit_pageurl(repo->name, "tree", NULL),
+ "Tree: browse the files in the main branch", NULL);
+ html("T</a>");