gitea/services/mailer
zeripath 5b6b7e79cf
Fix missing repo link in issue/pull assigned emails (#17183) (#17184)
Backport #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 and the Russian locale string.

Fix #17160

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
2021-09-30 01:21:12 +02:00
..
mail.go Fix missing repo link in issue/pull assigned emails (#17183) (#17184) 2021-09-30 01:21:12 +02:00
mail_comment.go Don't manipulate input params in email notification (#16011) 2021-05-30 10:38:38 +01:00
mail_issue.go Improve notifications for WIP draft PR's (#14663) 2021-06-23 00:14:22 -04:00
mail_release.go Use TrN helper for email templates (#16425) 2021-07-14 15:06:09 +02:00
mail_repo.go Use TrN helper for email templates (#16425) 2021-07-14 15:06:09 +02:00
mail_test.go Add email headers (#15939) 2021-05-22 14:47:16 +08: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 all mail related codes from models to services/mailer (#7200) 2019-09-24 13:02:49 +08:00