mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08: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:
		@@ -3,7 +3,7 @@
 | 
			
		||||
	<div class="ui stackable middle very relaxed page grid">
 | 
			
		||||
		<div class="sixteen wide center aligned centered column">
 | 
			
		||||
			<div>
 | 
			
		||||
				<img class="logo" width="220" height="220" src="{{StaticUrlPrefix}}/img/logo.svg"/>
 | 
			
		||||
				<img class="logo" width="220" height="220" src="{{AssetUrlPrefix}}/img/logo.svg"/>
 | 
			
		||||
			</div>
 | 
			
		||||
			<div class="hero">
 | 
			
		||||
				<h1 class="ui icon header title">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user