Fix Nits (#16234)
* template fix * nits * add doer to "created issue/pull"
This commit is contained in:
parent
31f6b95dfa
commit
5930d09096
2 changed files with 4 additions and 4 deletions
|
@ -33,7 +33,7 @@
|
|||
{{if eq .Comment.Commits.Len 1}}
|
||||
{{.i18n.Tr "mail.issue.action.push_1" .Doer.Name .Comment.Issue.PullRequest.HeadBranch | Str2html}}
|
||||
{{else}}
|
||||
{{.i18n.Tr "mail.issue.action.push_1" .Doer.Name .Comment.Issue.PullRequest.HeadBranch .Comment.Commits.Len | Str2html}}
|
||||
{{.i18n.Tr "mail.issue.action.push_n" .Doer.Name .Comment.Issue.PullRequest.HeadBranch .Comment.Commits.Len | Str2html}}
|
||||
{{end}}
|
||||
{{end}}
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue