chore: modified var name
This commit is contained in:
parent
f38e76db5a
commit
34151117fb
|
|
@ -47,12 +47,12 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td style="width: 552px; max-width: 100%">
|
<td style="width: 552px; max-width: 100%">
|
||||||
<div style="width: 100%; text-align: center">
|
<div style="width: 100%; text-align: center">
|
||||||
<img src="{{ .UserIconURL }}" width="48px" height="48px" alt="{{ .UserName }}" style="max-width: 100%; vertical-align: middle; line-height: 1; overflow: hidden; border-radius: 9999px; object-fit: cover">
|
<img src="{{ user_icon_url }}" width="48px" height="48px" alt="{{ username }}" style="max-width: 100%; vertical-align: middle; line-height: 1; overflow: hidden; border-radius: 9999px; object-fit: cover">
|
||||||
</div>
|
</div>
|
||||||
<p style="width: 100%; white-space: normal; overflow-wrap: break-word; text-align: center; font-size: 24px">
|
<p style="width: 100%; white-space: normal; overflow-wrap: break-word; text-align: center; font-size: 24px">
|
||||||
<span style="font-size: 30px; font-weight: 700">{{ .UserName }}</span>
|
<span style="font-size: 30px; font-weight: 700">{{ username }}</span>
|
||||||
<span>invited to Join</span>
|
<span>invited to Join</span>
|
||||||
<span style="font-size: 30px; font-weight: 700;">{{ .WorkspaceName }}</span>
|
<span style="font-size: 30px; font-weight: 700;">{{ workspace_name }}</span>
|
||||||
<span>on AppFlowy</span>
|
<span>on AppFlowy</span>
|
||||||
</p>
|
</p>
|
||||||
<div role="separator" style="background-color: #cbd5e1; height: 1px; line-height: 1px; margin: 24px 20%">‍</div>
|
<div role="separator" style="background-color: #cbd5e1; height: 1px; line-height: 1px; margin: 24px 20%">‍</div>
|
||||||
|
|
@ -65,7 +65,7 @@
|
||||||
</td>
|
</td>
|
||||||
<td style="width: 25%">
|
<td style="width: 25%">
|
||||||
<div style="margin-right: 8px; height: 60px; width: 60px; overflow: hidden; border-radius: 16px; background-color: #fff; border: 2px solid black">
|
<div style="margin-right: 8px; height: 60px; width: 60px; overflow: hidden; border-radius: 16px; background-color: #fff; border: 2px solid black">
|
||||||
<img src="{{ .WorkspaceIconURL }}" width="100%" height="100%" alt="{{ .WorkspaceName }}" style="max-width: 100%; vertical-align: middle; line-height: 1; overflow: hidden; object-fit: cover;">
|
<img src="{{ workspace_icon_url }}" width="100%" height="100%" alt="{{ workspace_name }}" style="max-width: 100%; vertical-align: middle; line-height: 1; overflow: hidden; object-fit: cover;">
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
@ -73,14 +73,14 @@
|
||||||
</td>
|
</td>
|
||||||
<td style="width: 58.333333%">
|
<td style="width: 58.333333%">
|
||||||
<div style="margin-bottom: 8px; font-weight: 700">
|
<div style="margin-bottom: 8px; font-weight: 700">
|
||||||
{{ .WorkspaceName }}
|
{{ wokspace_name }}
|
||||||
</div>
|
</div>
|
||||||
<div style="font-size: 14px; color: #64748b"> {{ .WorkspaceMembersCount }} members</div>
|
<div style="font-size: 14px; color: #64748b"> {{ workspace_member_count }} members</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
<a href="{{ .AcceptUrl }}" class="hover-opacity-90" style="margin-top: 32px; margin-bottom: 32px; display: inline-block; height: 34px; width: 60%; cursor: pointer; border-radius: 16px; padding: 16px 24px; color: #f8fafc; text-decoration: none; background-color: #9327ff; font-size: 20px; font-weight: 400; line-height: 34px">
|
<a href="{{ accept_url }}" class="hover-opacity-90" style="margin-top: 32px; margin-bottom: 32px; display: inline-block; height: 34px; width: 60%; cursor: pointer; border-radius: 16px; padding: 16px 24px; color: #f8fafc; text-decoration: none; background-color: #9327ff; font-size: 20px; font-weight: 400; line-height: 34px">
|
||||||
<!--[if mso]>
|
<!--[if mso]>
|
||||||
<i style="mso-font-width: 150%; mso-text-raise: 30px" hidden> </i>
|
<i style="mso-font-width: 150%; mso-text-raise: 30px" hidden> </i>
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue