aboutsummaryrefslogtreecommitdiffstats
path: root/templates/mail/notify/repo_transfer.tmpl
blob: 6250ff7c20b82a220161fb1a13b11bfa438eacb8 (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" />
	<title>{{.Subject}}</title>
</head>

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