mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	@@ -1,5 +1,7 @@
 | 
			
		||||
{{template "repo/settings/layout_head" (dict "ctxData" . "pageClass" "repository settings new webhook")}}
 | 
			
		||||
	<div class="repo-setting-content">
 | 
			
		||||
		{{template "webhook/new" .}}
 | 
			
		||||
		{{$CustomHeaderTitle := .locale.Tr "repo.settings.update_webhook"}}
 | 
			
		||||
		{{if .PageIsSettingsHooksNew}}{{$CustomHeaderTitle = .locale.Tr "repo.settings.add_webhook"}}{{end}}
 | 
			
		||||
		{{template "webhook/new" (dict "ctxData" . "CustomHeaderTitle" $CustomHeaderTitle)}}
 | 
			
		||||
	</div>
 | 
			
		||||
{{template "repo/settings/layout_footer" .}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user