2014-05-05 04:27:28 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2020-01-03 12:13:22 -05:00
|
|
|
<style>
|
|
|
|
.footer { font-size:small; color:#666;}
|
|
|
|
</style>
|
2023-03-27 12:05:51 -04:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
2015-12-07 17:30:52 -05:00
|
|
|
<title>{{.Subject}}</title>
|
2014-05-05 04:27:28 -04:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2022-06-27 16:58:46 -04:00
|
|
|
<p>{{.locale.Tr "mail.repo.collaborator.added.text"}} <code>{{.RepoName}}</code></p>
|
2020-01-03 12:13:22 -05:00
|
|
|
<div class="footer">
|
2021-04-10 23:46:37 -04:00
|
|
|
<p>
|
|
|
|
---
|
|
|
|
<br>
|
2022-06-27 16:58:46 -04:00
|
|
|
<a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>.
|
2021-04-10 23:46:37 -04:00
|
|
|
</p>
|
2020-01-03 12:13:22 -05:00
|
|
|
</div>
|
2014-05-05 04:27:28 -04:00
|
|
|
</body>
|
|
|
|
</html>
|