Files
Atay-Makhzan/templates/mail/notify/collaborator.tmpl
T

17 lines
318 B
Cheetah
Raw Normal View History

2014-05-05 04:27:28 -04:00
<!DOCTYPE html>
<html>
<head>
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 04:27:28 -04:00
</head>
<body>
<p>You have been added as a collaborator of repository: <code>{{.RepoName}}</code></p>
2015-12-07 23:30:52 +01:00
<p>
---
<br>
2016-12-02 03:09:46 -02:00
<a href="{{.Link}}">View it on Gitea</a>.
2015-12-07 23:30:52 +01:00
</p>
2014-05-05 04:27:28 -04:00
</body>
</html>