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