mirror of
https://git.zx2c4.com/cgit
synced 2025-06-24 18:58:39 +02:00
cgit_print_snapshot_links: use url to specify snapshot name
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
1d4aaff696
commit
eb45342e73
5 changed files with 41 additions and 21 deletions
|
@ -196,7 +196,8 @@ void cgit_print_commit(char *hex)
|
|||
}
|
||||
if (cgit_repo->snapshots) {
|
||||
html("<tr><th>download</th><td colspan='2' class='sha1'>");
|
||||
cgit_print_snapshot_links(cgit_query_repo,hex,cgit_repo->snapshots);
|
||||
cgit_print_snapshot_links(cgit_query_repo, cgit_query_head,
|
||||
hex, cgit_repo->snapshots);
|
||||
html("</td></tr>");
|
||||
}
|
||||
html("</table>\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue