You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
3 years ago
..
mail.go Fix missing repo link in issue/pull assigned emails (#17183) (#17184) 3 years ago
mail_comment.go Don't manipulate input params in email notification (#16011) 4 years ago
mail_issue.go Improve notifications for WIP draft PR's (#14663) 4 years ago
mail_release.go Use TrN helper for email templates (#16425) 4 years ago
mail_repo.go Use TrN helper for email templates (#16425) 4 years ago
mail_test.go Add email headers (#15939) 4 years ago
mailer.go Fix various documentation, user-facing, and source comment typos (#16367) 4 years ago
main_test.go Move all mail related codes from models to services/mailer (#7200) 5 years ago