2014-05-05 08:27:28 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2020-01-03 17:13:22 +00:00
|
|
|
<style>
|
|
|
|
.footer { font-size:small; color:#666;}
|
|
|
|
</style>
|
2015-12-07 22:30:52 +00:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<title>{{.Subject}}</title>
|
2014-05-05 08:27:28 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2016-07-15 16:36:39 +00:00
|
|
|
<p>You have been added as a collaborator of repository: <code>{{.RepoName}}</code></p>
|
2020-01-03 17:13:22 +00:00
|
|
|
<div class="footer">
|
|
|
|
<p>
|
|
|
|
---
|
|
|
|
<br>
|
|
|
|
<a href="{{.Link}}">View it on {{AppName}}</a>.
|
|
|
|
</p>
|
|
|
|
</div>
|
2014-05-05 08:27:28 +00:00
|
|
|
</body>
|
|
|
|
</html>
|