summaryrefslogtreecommitdiffstats
path: root/templates/mail/notify/repo_transfer.tmpl
blob: e0dca8869d6692845ed0bbcddb92146eeb23c375 (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 {{AppName}}</a>.
	</p>
</body>
</html>