mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-11 00:10:38 -05:00
12 lines
232 B
Handlebars
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>
|