* make repo as "pending transfer" if on transfer start doer has no right to create repo in new destination * if new pending transfer ocured, create UI & Mail notifications
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			332 B
		
	
	
	
		
			Cheetah
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			332 B
		
	
	
	
		
			Cheetah
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 | 
						|
	<title>{{.Subject}}</title>
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
	<p>{{.Subject}}.
 | 
						|
		To accept or reject it visit <a href="{{.Link}}">{{.Repo}}</a> or just ignore it.
 | 
						|
	<p>
 | 
						|
		---
 | 
						|
		<br>
 | 
						|
		<a href="{{.Link}}">View it on Gitea</a>.
 | 
						|
	</p>
 | 
						|
</body>
 | 
						|
</html>
 |