 128d77a3a0
			
		
	
	
	
	
	128d77a3a0Follow 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>
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			315 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			9 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" .}}
 |