X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/44947bfcdc0d6e8c7d673bea0538cbf2a182f289..1f34fb9d4f0bf82706ed8912c37a4b320a14813b:/ui-repolist.c diff --git a/ui-repolist.c b/ui-repolist.c index 8ade91a..d5c77ea 100644 --- a/ui-repolist.c +++ b/ui-repolist.c @@ -89,10 +89,8 @@ void cgit_print_repolist(struct cacheitem *item) html_link_open(cgit_repourl(cgit_repo->url), "Summary", "button"); html("S"); - html_link_open(cgit_pageurl(cgit_repo->name, "log", NULL), - "Log", "button"); - html("L"); - cgit_tree_link("F", "Files", "button", NULL, NULL, NULL); + cgit_log_link("L", "Log", "button", NULL, NULL, NULL); + cgit_tree_link("T", "Tree", "button", NULL, NULL, NULL); html("\n"); } html("");