]> gitweb.ps.run Git - ps-cgit/commitdiff
ui-shared: pass repo object to print_snapshot_links()
authorJohn Keeping <john@keeping.me.uk>
Sat, 31 Mar 2018 13:05:02 +0000 (14:05 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 27 Jun 2018 16:11:19 +0000 (18:11 +0200)
Both call sites of cgit_print_snapshot_links() use the same values for
the snapshot mask and repository name, which are derived from the
cgit_repo structure so let's pass in the structure and access the fields
directly.

Signed-off-by: John Keeping <john@keeping.me.uk>
Reviewed-by: Christian Hesse <mail@eworm.de>

No differences found