diff options
Diffstat (limited to 'templates/mail/notify')
-rw-r--r-- | templates/mail/notify/collaborator.tmpl | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/templates/mail/notify/collaborator.tmpl b/templates/mail/notify/collaborator.tmpl index 4bbf40bbc4..947b404399 100644 --- a/templates/mail/notify/collaborator.tmpl +++ b/templates/mail/notify/collaborator.tmpl @@ -1,16 +1,21 @@ <!DOCTYPE html> <html> <head> + <style> + .footer { font-size:small; color:#666;} + </style> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>{{.Subject}}</title> </head> <body> <p>You have been added as a collaborator of repository: <code>{{.RepoName}}</code></p> - <p> - --- - <br> - <a href="{{.Link}}">View it on Gitea</a>. - </p> + <div class="footer"> + <p> + --- + <br> + <a href="{{.Link}}">View it on {{AppName}}</a>. + </p> + </div> </body> </html> |