mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
Added empty Stripe info state for member details
no issue
This commit is contained in:
parent
8ac7500084
commit
285a7ab851
1 changed files with 2 additions and 4 deletions
|
@ -119,9 +119,7 @@
|
||||||
{{/each}}
|
{{/each}}
|
||||||
</div>
|
</div>
|
||||||
{{else}}
|
{{else}}
|
||||||
<div class="pa5 pb0 pt4 br4 shadow-1 bg-grouped-table mt2 flex flex-column flex-row-ns items-start justify-between gh-tag-basic-settings-form">
|
<div class="pa20 br4 shadow-1 bg-grouped-table mt2">
|
||||||
<div class="flex flex-column items-start mr8 w-100 w-50-ns">
|
<p class="ma0 pa0 tc midgrey">Member doesn't have Stripe subscription</p>
|
||||||
-
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
Loading…
Add table
Reference in a new issue