mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Follow https://github.com/go-gitea/gitea/pull/25625#issuecomment-1621577816 1. Fix the incorrect "project view" layout 2. Fix the "follow/unfollow" link on "packages" and "projects" tab Before:  After:  --------- Co-authored-by: Giteabot <teabot@gitea.io>
		
			
				
	
	
		
			10 lines
		
	
	
		
			315 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			315 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
{{template "base/head" .}}
 | 
						|
<div role="main" aria-label="{{.Title}}" class="page-content repository projects view-project">
 | 
						|
	{{template "shared/user/org_profile_avatar" .}}
 | 
						|
	<div class="ui container">
 | 
						|
	{{template "user/overview/header" .}}
 | 
						|
	{{template "projects/view" .}}
 | 
						|
	</div>
 | 
						|
</div>
 | 
						|
{{template "base/footer" .}}
 |