code.gitea.io/gitea@v1.22.3/templates/mail/notify/collaborator.tmpl (about) 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 11 <body> 12 <p>{{.locale.Tr "mail.repo.collaborator.added.text"}} <code>{{.RepoName}}</code></p> 13 <div class="footer"> 14 <p> 15 --- 16 <br> 17 <a href="{{.Link}}">{{.locale.Tr "mail.view_it_on" AppName}}</a>. 18 </p> 19 </div> 20 </body> 21 </html>