Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
html_link_close();
html("</td><td>");
if (ctx.cfg.enable_index_owner) {
html_link_close();
html("</td><td>");
if (ctx.cfg.enable_index_owner) {
+ html("<a href='");
+ html_attr(cgit_rooturl());
+ html("?q=");
+ html_url_arg(ctx.repo->owner);
+ html("'>");
html_txt(ctx.repo->owner);
html_txt(ctx.repo->owner);
html("</td><td>");
}
print_modtime(ctx.repo);
html("</td><td>");
}
print_modtime(ctx.repo);