mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 03:18:24 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			291 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			291 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
| {{template "admin/layout_head" (dict "ctxData" . "pageClass" "admin hooks")}}
 | |
| 	<div class="admin-setting-content">
 | |
| 		{{template "repo/settings/webhook/base_list" .SystemWebhooks}}
 | |
| 		{{template "repo/settings/webhook/base_list" .DefaultWebhooks}}
 | |
| 	</div>
 | |
| {{template "admin/layout_footer" .}}
 |