ui-repolist: use correct owner query link

Tento commit je obsažen v:
Jason A. Donenfeld 2015-03-03 16:53:11 +01:00
rodič 936295c4e4
revize e14eee9ea5

Zobrazit soubor

@ -316,7 +316,7 @@ void cgit_print_repolist()
} else {
html("<a href='");
html_attr(cgit_rooturl());
html("?=");
html("?q=");
html_url_arg(ctx.repo->owner);
html("'>");
html_txt(ctx.repo->owner);