0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Wired up retry button on debug page

This commit is contained in:
Simon Backx 2022-12-02 14:56:58 +01:00
parent e0c52d0670
commit fc12767917

View file

@ -47,7 +47,9 @@
<h4>Something went wrong!</h4>
<p class="mb0">{{this.emailError.message}}</p>
</div>
<button type="button" class="gh-btn gh-btn-primary gh-btn-icon gh-btn-red ember-view self-center"><span>Retry</span></button>
<LinkTo @route="editor.edit" @models={{array this.post.displayName this.post.id}} class="gh-btn gh-btn-primary gh-btn-icon gh-btn-red ember-view self-center">
<span>Retry</span>
</LinkTo>
</div>
{{/if}}
</div>