Files
gitea-MIRROR/templates/mail/repo/collaborator.tmpl
2026-09-09 17:58:27 +00:00

12 lines
232 B
Handlebars

<!DOCTYPE html>
<html>
<head>
{{template "mail/base/head" .Subject}}
</head>
<body>
<p>{{.locale.Tr "mail.repo.collaborator.added.text"}} <a href="{{.Link}}">{{.RepoName}}</a></p>
{{template "mail/base/footer"}}
</body>
</html>