2021-02-28 19:47:30 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2023-03-27 12:05:51 -04:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
2021-02-28 19:47:30 -05:00
|
|
|
<title>{{.Subject}}</title>
|
|
|
|
</head>
|
|
|
|
|
2021-11-16 13:18:25 -05:00
|
|
|
{{$url := printf "<a href='%[1]s'>%[2]s</a>" (Escape .Link) (Escape .Repo)}}
|
2021-02-28 19:47:30 -05:00
|
|
|
<body>
|
|
|
|
<p>{{.Subject}}.
|
2022-06-27 16:58:46 -04:00
|
|
|
{{.locale.Tr "mail.repo.transfer.body" $url | Str2html}}
|
2021-02-28 19:47:30 -05:00
|
|
|
<p>
|
|
|
|
---
|
|
|
|
<br>
|
2022-06-27 16:58:46 -04:00
|
|
|
<a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>.
|
2021-02-28 19:47:30 -05:00
|
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</html>
|