mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
Added placeholder latest posts to newsletter preview
refs https://github.com/TryGhost/Team/issues/2768 Added a placeholder to be replaced with some better design and styling.
This commit is contained in:
parent
f38d799ae2
commit
f2860e745c
@ -74,6 +74,12 @@
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{#if @newsletter.showLatestPosts}}
|
||||
<div class="gh-members-emailpreview-latest-posts">
|
||||
Newsletter latest posts
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
{{#if @newsletter.showSubscriptionDetails}}
|
||||
<div class="gh-members-emailpreview-subscription-details">
|
||||
Subscription details
|
||||
|
Loading…
Reference in New Issue
Block a user