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

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