fix: modify var name
This commit is contained in:
parent
34151117fb
commit
ce5bd1a879
|
|
@ -73,7 +73,7 @@
|
|||
</td>
|
||||
<td style="width: 58.333333%">
|
||||
<div style="margin-bottom: 8px; font-weight: 700">
|
||||
{{ wokspace_name }}
|
||||
{{ workspace_name }}
|
||||
</div>
|
||||
<div style="font-size: 14px; color: #64748b"> {{ workspace_member_count }} members</div>
|
||||
</td>
|
||||
|
|
@ -181,4 +181,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
@ -21,12 +21,12 @@ module.exports = {
|
|||
},
|
||||
locals: {
|
||||
cdnBaseUrl: 'https://raw.githubusercontent.com/AppFlowy-IO/AppFlowy-Cloud/main/assets/mailer_templates/build_production/',
|
||||
userIconUrl: "{{ .UserIconURL }}",
|
||||
userName: "{{ .UserName }}",
|
||||
acceptUrl: "{{ .AcceptUrl }}",
|
||||
workspaceName: "{{ .WorkspaceName }}",
|
||||
workspaceMembersCount: "{{ .WorkspaceMembersCount }}",
|
||||
workspaceIconURL: "{{ .WorkspaceIconURL }}",
|
||||
userIconUrl: "{{ user_icon_url }}",
|
||||
userName: "{{ username }}",
|
||||
acceptUrl: "{{ accept_url }}",
|
||||
workspaceName: "{{ workspace_name }}",
|
||||
workspaceMembersCount: "{{ workspace_member_count }}",
|
||||
workspaceIconURL: "{{ workspace_icon_url }}",
|
||||
},
|
||||
inlineCSS: true,
|
||||
removeUnusedCSS: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue