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

21 lines
444 B

  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. </p>
  18. </div>
  19. </body>
  20. </html>