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.

repo_transfer.tmpl 406B

123456789101112131415161718
  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. {{$url := printf "<a href='%[1]s'>%[2]s</a>" (Escape .Link) (Escape .Repo)}}
  8. <body>
  9. <p>{{.Subject}}.
  10. {{.locale.Tr "mail.repo.transfer.body" $url | Str2html}}
  11. <p>
  12. ---
  13. <br>
  14. <a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>.
  15. </p>
  16. </body>
  17. </html>