You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

collaborator.tmpl 470 B

3 years ago
1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. .footer { font-size:small; color:#666;}
  6. </style>
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  8. <title>{{.Subject}}</title>
  9. </head>
  10. <body>
  11. <p>You have been added as a collaborator of repository: <code>{{.RepoName}}</code></p>
  12. <div class="footer">
  13. <p>
  14. ---
  15. <br>
  16. <a href="{{.Link}}">View it on {{AppName}}</a>.
  17. <br>
  18. 退订(TD)
  19. </p>
  20. </div>
  21. </body>
  22. </html>