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:
parent
e0c52d0670
commit
fc12767917
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue