diff options
Diffstat (limited to 'templates/mail/notify/collaborator.tmpl')
-rw-r--r-- | templates/mail/notify/collaborator.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/mail/notify/collaborator.tmpl b/templates/mail/notify/collaborator.tmpl index a4748093ad..63d5637183 100644 --- a/templates/mail/notify/collaborator.tmpl +++ b/templates/mail/notify/collaborator.tmpl @@ -6,11 +6,11 @@ </head> <body> - <p>You are now a collaborator of this repository.</p> + <p>You have been added as a collaborator of repository: <code>{{.RepoName}}</code></p> <p> --- <br> - View it on Gogs: <a href="{{.AppUrl}}{{.RepoLink}}">{{.RepoLink}}</a> + <a href="{{.Link}}">View it on Gogs</a>. </p> </body> </html> |