mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00: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
		
	
	
		
			482 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			482 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
| {{template "base/head" .ctxData}}
 | |
| <div role="main" aria-label="{{.ctxData.Title}}" class="page-content {{.pageClass}}">
 | |
| 	{{template "repo/header" .ctxData}}
 | |
| 	<div class="ui container flex-container">
 | |
| 		{{template "repo/settings/navbar" .ctxData}}
 | |
| 		<div class="flex-container-main">
 | |
| 			{{template "base/alert" .ctxData}}
 | |
| 			{{/* block: repo-setting-content */}}
 | |
| 
 | |
| {{if false}}{{/* to make html structure "likely" complete to prevent IDE warnings */}}
 | |
| 		</div>
 | |
| 	</div>
 | |
| </div>
 | |
| {{end}}
 |