gitea源码

collaborator.tmpl 395B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <title>{{.Subject}}</title>
  6. </head>
  7. <body>
  8. <p>{{.locale.Tr "mail.repo.collaborator.added.text"}} <code>{{.RepoName}}</code></p>
  9. <div style="font-size:small; color:#666;">
  10. <p>
  11. ---
  12. <br>
  13. <a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>.
  14. </p>
  15. </div>
  16. </body>
  17. </html>