clean up unused HTML templates (#9830)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
d018554ef3
Коммит
c494f6f898
@@ -319,7 +319,6 @@ func (a *App) SendInviteEmails(team *model.Team, senderName string, senderUserId
|
||||
bodyPage.Props["Title"] = utils.T("api.templates.invite_body.title")
|
||||
bodyPage.Html["Info"] = utils.TranslateAsHtml(utils.T, "api.templates.invite_body.info",
|
||||
map[string]interface{}{"SenderStatus": senderRole, "SenderName": senderName, "TeamDisplayName": team.DisplayName})
|
||||
bodyPage.Props["Info"] = map[string]interface{}{}
|
||||
bodyPage.Props["Button"] = utils.T("api.templates.invite_body.button")
|
||||
bodyPage.Html["ExtraInfo"] = utils.TranslateAsHtml(utils.T, "api.templates.invite_body.extra_info",
|
||||
map[string]interface{}{"TeamDisplayName": team.DisplayName})
|
||||
|
||||
Ссылка в новой задаче
Block a user