2021-03-01 00:47:30 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2023-03-27 16:05:51 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
2021-03-01 00:47:30 +00:00
|
|
|
</head>
|
|
|
|
|
2024-02-26 22:31:30 +00:00
|
|
|
{{$url := HTMLFormat "<a href='%[1]s'>%[2]s</a>" .Link .Repo}}
|
2021-03-01 00:47:30 +00:00
|
|
|
<body>
|
|
|
|
<p>{{.Subject}}.
|
2024-02-25 10:45:56 +00:00
|
|
|
{{.locale.Tr "mail.repo.transfer.body" $url}}
|
2023-06-14 18:17:58 +00:00
|
|
|
</p>
|
2021-03-01 00:47:30 +00:00
|
|
|
<p>
|
|
|
|
---
|
|
|
|
<br>
|
2022-06-27 20:58:46 +00:00
|
|
|
<a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>.
|
2021-03-01 00:47:30 +00:00
|
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</html>
|