mirror of
https://github.com/go-gitea/gitea
synced 2025-07-26 04:08:35 +00:00
Rename StaticUrlPrefix to AssetUrlPrefix (#15779)
Use a new name for this template/frontend variable to make it distinct from the server variable StaticURLPrefix.
This commit is contained in:
@@ -321,5 +321,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<img style="display: none" src="{{StaticUrlPrefix}}/img/loading.png"/>
|
||||
<img style="display: none" src="{{AssetUrlPrefix}}/img/loading.png"/>
|
||||
{{template "base/footer" .}}
|
||||
|
Reference in New Issue
Block a user