mirror of
https://git.zx2c4.com/cgit
synced 2025-08-04 10:04:32 +02:00
Merge branch 'full-log'
Conflicts: cgit.c cgit.h
This commit is contained in:
commit
3c32fe0771
9 changed files with 61 additions and 13 deletions
|
@ -257,7 +257,7 @@ void cgit_print_repolist()
|
|||
html("<td>");
|
||||
cgit_summary_link("summary", NULL, "button", NULL);
|
||||
cgit_log_link("log", NULL, "button", NULL, NULL, NULL,
|
||||
0, NULL, NULL);
|
||||
0, NULL, NULL, ctx.qry.showmsg);
|
||||
cgit_tree_link("tree", NULL, "button", NULL, NULL, NULL);
|
||||
html("</td>");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue