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.
forgejo/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>
3 years ago
..
mail.go Fix missing repo link in issue/pull assigned emails (#17183) 3 years ago
mail_comment.go Send registration email on user autoregistration (#16523) 3 years ago
mail_issue.go Send registration email on user autoregistration (#16523) 3 years ago
mail_release.go Send registration email on user autoregistration (#16523) 3 years ago
mail_repo.go Send registration email on user autoregistration (#16523) 3 years ago
mail_test.go Move db related basic functions to models/db (#17075) 3 years ago
mailer.go Fix various documentation, user-facing, and source comment typos (#16367) 3 years ago
main_test.go Move db related basic functions to models/db (#17075) 3 years ago