]> source.dussan.org Git - gitea.git/commit
Fix 404 error viewing the LFS file (#22945) (#22948)
authorYarden Shoham <hrsi88@gmail.com>
Fri, 17 Feb 2023 07:22:05 +0000 (09:22 +0200)
committerGitHub <noreply@github.com>
Fri, 17 Feb 2023 07:22:05 +0000 (15:22 +0800)
commit98b7714c3b2ee2109206327f774cd035e231fe64
treee9b9de55a6db029dfb821aa68bc75046874d5461
parent9da4642c8c9feca2019c09fba14b0d32b64be47e
Fix 404 error viewing the LFS file (#22945) (#22948)

Backport #22945

Fix #22734.

According to
[`view_file.tmpl`](https://github.com/go-gitea/gitea/blob/main/templates/repo/view_file.tmpl#L82),
`lfs_file.tmpl` should use `AssetUrlPrefix` instead of `AppSubUrl`.

Co-authored-by: Zettat123 <zettat123@gmail.com>
Co-authored-by: Jason Song <i@wolfogre.com>
templates/repo/settings/lfs_file.tmpl