1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-24 12:15:48 +00:00
gitea/services/mailer
zeripath ddd3586c06
Fix missing repo link in issue/pull assigned emails (#17183)
There was a mistake in the template file: `templates/mail/issue/assigned.tmpl`
where the repourl was generated from a non-existent release instead of the issue.

This PR changes this to use the issue but also ensure that the issue repo is loaded.

It also slightly improves the English locale string.

Fix #17160

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: delvh <dev.lh@web.de>
2021-09-30 01:20:18 +02:00
..
mail_comment.go Send registration email on user autoregistration (#16523) 2021-08-12 10:26:33 +03:00
mail_issue.go Send registration email on user autoregistration (#16523) 2021-08-12 10:26:33 +03:00
mail_release.go Send registration email on user autoregistration (#16523) 2021-08-12 10:26:33 +03:00
mail_repo.go Send registration email on user autoregistration (#16523) 2021-08-12 10:26:33 +03:00
mail_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
mail.go Fix missing repo link in issue/pull assigned emails (#17183) 2021-09-30 01:20:18 +02:00
mailer.go Fix various documentation, user-facing, and source comment typos (#16367) 2021-07-08 13:38:13 +02:00
main_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00