X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/44947bfcdc0d6e8c7d673bea0538cbf2a182f289..a215bf4620113fcefb8dd3442bf3501bd648c463:/ui-repolist.c
diff --git a/ui-repolist.c b/ui-repolist.c
index 8ade91a..4f820a8 100644
--- a/ui-repolist.c
+++ b/ui-repolist.c
@@ -87,12 +87,10 @@ void cgit_print_repolist(struct cacheitem *item)
print_modtime(cgit_repo);
html("
");
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);
+ NULL, "button");
+ html("summary");
+ cgit_log_link("log", NULL, "button", NULL, NULL, NULL);
+ cgit_tree_link("tree", NULL, "button", NULL, NULL, NULL);
html(" | \n");
}
html("");