summaryrefslogtreecommitdiffstats
path: root/templates/mail/notify/repo_transfer.tmpl
blob: 68ceded11673853a43589bce23a1088d938fe81d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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>