aboutsummaryrefslogtreecommitdiff
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
-rw-r--r--ui-repolist.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/ui-repolist.c b/ui-repolist.c
index 477a949..92e80cf 100644
--- a/ui-repolist.c
+++ b/ui-repolist.c
@@ -306,13 +306,7 @@ void cgit_print_repolist()
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("</a>");
html("</td><td>");
}
print_modtime(ctx.repo);