mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 11:35:03 +01:00 
			
		
		
		
	Same as https://github.com/go-gitea/gitea/pull/26046 but for repo and org settings pages, reducing the margins between the boxes: <img width="1247" alt="Screenshot 2023-10-03 at 23 25 19" src="https://github.com/go-gitea/gitea/assets/115237/4e68ad5e-5fdc-4466-aefb-ec71bf411d45"> <img width="1255" alt="Screenshot 2023-10-03 at 23 27 12" src="https://github.com/go-gitea/gitea/assets/115237/9068369b-a75d-401e-8b8d-3bd4bbe097dc"> Co-authored-by: Giteabot <teabot@gitea.io>
		
			
				
	
	
		
			15 lines
		
	
	
		
			479 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			479 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
| {{template "base/head" .ctxData}}
 | |
| <div role="main" aria-label="{{.ctxData.Title}}" class="page-content {{.pageClass}}">
 | |
| 	{{template "org/header" .ctxData}}
 | |
| 	<div class="ui container flex-container">
 | |
| 		{{template "org/settings/navbar" .ctxData}}
 | |
| 		<div class="flex-container-main">
 | |
| 			{{template "base/alert" .ctxData}}
 | |
| 			{{/* block: org-setting-content */}}
 | |
| 
 | |
| {{if false}}{{/* to make html structure "likely" complete to prevent IDE warnings */}}
 | |
| 		</div>
 | |
| 	</div>
 | |
| </div>
 | |
| {{end}}
 |