X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/b8be028a309381b83abe924f5e8e01cf02b121a2..42e459bb1f209df8278f4f4f0ee3f4bcfae80da8:/ui-shared.c diff --git a/ui-shared.c b/ui-shared.c index 383b8ac..64c237f 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -304,8 +304,8 @@ void cgit_print_pageheader(char *title, int show_search) cgit_log_link("log", NULL, NULL, cgit_query_head, cgit_query_sha1, cgit_query_path); html(" "); - cgit_tree_link("files", NULL, NULL, cgit_query_head, - cgit_query_sha1, cgit_query_path); + cgit_tree_link("tree", NULL, NULL, cgit_query_head, + cgit_query_sha1, NULL); html(" "); cgit_commit_link("commit", NULL, NULL, cgit_query_head, cgit_query_sha1);