Files

19 lines
395 B
Handlebars
Raw Permalink Normal View History

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