|
|
@ -118,9 +118,7 @@ static int print_tag(struct refinfo *ref)
|
|
|
|
|
|
|
|
|
|
|
|
static void print_refs_link(char *path)
|
|
|
|
static void print_refs_link(char *path)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
html("<tr class='nohover'><td colspan='5'>");
|
|
|
|
cgit_gopher_refs_link("[...]", NULL, NULL, ctx.qry.head, NULL, path);
|
|
|
|
cgit_refs_link("[...]", NULL, NULL, ctx.qry.head, NULL, path);
|
|
|
|
|
|
|
|
html("</td></tr>");
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void print_branch_header(void){
|
|
|
|
void print_branch_header(void){
|
|
|
|