]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-repolist.c
Don't show the the branch selector button if javascript is enabled
[ps-cgit] / ui-repolist.c
index c735368d78108725e9177cb87de691306060cda5..9aa5c1ede644b5ed4755ab3a79bea101ef0ae3f8 100644 (file)
@@ -98,7 +98,8 @@ void cgit_print_repolist(struct cacheitem *item)
                        html_link_open(cgit_repourl(cgit_repo->url),
                                       NULL, "button");
                        html("summary</a>");
-                       cgit_log_link("log", NULL, "button", NULL, NULL, NULL);
+                       cgit_log_link("log", NULL, "button", NULL, NULL, NULL,
+                                     0, NULL, NULL);
                        cgit_tree_link("tree", NULL, "button", NULL, NULL, NULL);
                        html("</td>");
                }