aboutsummaryrefslogtreecommitdiffstats
path: root/templates/mail/notify/repo_transfer.tmpl
blob: 1b23593f6ba77c6739c780ecb8448472255a18b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
	<title>{{.Subject}}</title>
</head>

{{$url := printf "<a href='%[1]s'>%[2]s</a>" (Escape .Link) (Escape .Repo)}}
<body>
	<p>{{.Subject}}.
		{{.locale.Tr "mail.repo.transfer.body" ($url|Safe)}}
	</p>
	<p>
		---
		<br>
		<a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>.
	</p>
</body>
</html>