X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/426032f767763b46f462de51d1ebded34f671d79..48c487d72daef7e71683a85f775db8d36ab20341:/ui-tree.c diff --git a/ui-tree.c b/ui-tree.c index d503bee..e16b638 100644 --- a/ui-tree.c +++ b/ui-tree.c @@ -92,14 +92,10 @@ static int ls_item(const unsigned char *sha1, const char *base, int baselen, } htmlf("%li", size); - html("L"); - html("\n"); + html(""); + cgit_log_link("L", "Log", "button", cgit_query_head, curr_rev, + fullpath); + html("\n"); free(name); return 0; }