]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-shared.c
Do not include current path in the "tree" menu link
[ps-cgit] / ui-shared.c
index a198cf2e2bc42ff768d82f495b19ffe7db530102..64c237fe0145230d18b34e8dbb6ecb96d87bf160 100644 (file)
@@ -305,7 +305,7 @@ void cgit_print_pageheader(char *title, int show_search)
                              cgit_query_sha1, cgit_query_path);
                html(" ");
                cgit_tree_link("tree", NULL, NULL, cgit_query_head,
-                              cgit_query_sha1, cgit_query_path);
+                              cgit_query_sha1, NULL);
                html(" ");
                cgit_commit_link("commit", NULL, NULL, cgit_query_head,
                              cgit_query_sha1);