Added name placeholder in subscription details box

refs https://github.com/TryGhost/Team/issues/2736

When the member doesn't have a name, we'll show 'not provided' for now.
This commit is contained in:
Simon Backx 2023-03-22 11:53:11 +01:00
parent bc0126c54e
commit f17b939dbe

View File

@ -185,7 +185,7 @@
<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="subscription-details">
<p>Name: %%{name}%%</p>
<p>Name: %%{name, "not provided"}%%</p>
<p>Email: <a href="mailto:%%{email}%%">%%{email}%%</a></p>
<p>Member since: %%{created_at}%%</p>
</td>