mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Updated unsubscribe screen error handling
This commit is contained in:
parent
0a20243540
commit
1f67cc6ddc
1 changed files with 5 additions and 2 deletions
|
@ -37,8 +37,11 @@
|
|||
<div class="gh-flow-content-wrap">
|
||||
<section class="gh-flow-content gh-flow-content-regular">
|
||||
<p>
|
||||
{{#if error}}
|
||||
Uh oh! Unsubscribe failed: "{{error}}"
|
||||
{{else}}
|
||||
{{#if member}}<span class="gh-flow-em">{{member.email}}</span> has been successfully unsubscribed{{/if}}
|
||||
{{#if error}}Uh oh! Unsubscribe failed: "{{error}}"{{/if}}
|
||||
{{/if}}
|
||||
</p>
|
||||
</section>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue