gitea/templates/mail/notify/collaborator.tmpl

17 lines
324 B
Cheetah
Raw Normal View History

2014-05-05 10:27:28 +02:00
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>{{.Subject}}</title>
2014-05-05 10:27:28 +02:00
</head>
<body>
<p>You are now a collaborator of this repository.</p>
<p>
---
<br>
View it on Gogs: <a href="{{.AppUrl}}{{.RepoLink}}">{{.RepoLink}}</a>
</p>
2014-05-05 10:27:28 +02:00
</body>
</html>