Add search parameters to cgit_log_link
This makes the [prev] and [next] links work correctly on search results. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Esse commit está contido em:
@ -100,7 +100,7 @@ static int ls_item(const unsigned char *sha1, const char *base, int baselen,
|
||||
|
||||
html("<td>");
|
||||
cgit_log_link("log", NULL, "button", cgit_query_head, curr_rev,
|
||||
fullpath, 0);
|
||||
fullpath, 0, NULL, NULL);
|
||||
html("</td></tr>\n");
|
||||
free(name);
|
||||
return 0;
|
||||
|
Referência em uma nova issue
Block a user