mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
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:
parent
bc0126c54e
commit
f17b939dbe
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user