forked from gitea/gitea
		
	 2173f14708
			
		
	
	
		2173f14708
		
			
		
	
	
	
	
		
			
			Currently we can add webhooks for organizations but not for users. This PR adds the latter. You can access it from the current users settings. 
		
			
				
	
	
		
			9 lines
		
	
	
		
			234 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			234 B
		
	
	
	
		
			Handlebars
		
	
	
	
	
	
| {{template "base/head" .}}
 | |
| <div class="page-content user settings webhooks">
 | |
| 	{{template "user/settings/navbar" .}}
 | |
| 	<div class="ui container">
 | |
| 		{{template "repo/settings/webhook/list" .}}
 | |
| 	</div>
 | |
| </div>
 | |
| {{template "base/footer" .}}
 |