Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing repo link in issue/pull assigned emails (#17183) #17184

Merged
merged 2 commits into from
Sep 29, 2021

Commits on Sep 29, 2021

  1. Fix missing repo link in issue/pull assigned emails (go-gitea#17183)

    Backport go-gitea#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 go-gitea#17160
    
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    c20e93d View commit details
    Browse the repository at this point in the history
  2. Update services/mailer/mail.go

    6543 authored Sep 29, 2021
    Configuration menu
    Copy the full SHA
    3580a9a View commit details
    Browse the repository at this point in the history