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