X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/42a7eb9c73457319a3fd5441ff26046fc9b31dad..103940fe6b0914dc42b8b033d1d328f38135ca5f:/ui-tree.c diff --git a/ui-tree.c b/ui-tree.c index 1037c82..c5d64ff 100644 --- a/ui-tree.c +++ b/ui-tree.c @@ -92,8 +92,8 @@ static int ls_item(const unsigned char *sha1, const char *base, int baselen, htmlf("%li", size); html(""); - cgit_log_link("L", "Log", "button", cgit_query_head, curr_rev, - fullpath); + cgit_log_link("log", NULL, "button", cgit_query_head, curr_rev, + fullpath, 0); html("\n"); free(name); return 0;