mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
🐛 Fixed archived offers return button not working (#16023)
fixes https://github.com/TryGhost/Team/issues/2374 When clicking 'Show active offers' in the archived offers view, it would always return to an empty offers list, even when there are active offers.
This commit is contained in:
parent
9ec6a7320a
commit
6a266be239
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@
|
|||
<div class="no-posts-box">
|
||||
<div class="no-posts">
|
||||
<h4>You have no archived offers.</h4>
|
||||
<LinkTo @route="offers" @query={{hash type=null author=null tag=null}} class="gh-btn gh-btn-lg">
|
||||
<LinkTo @route="offers" @query={{hash type="active" author=null tag=null}} class="gh-btn gh-btn-lg">
|
||||
<span>Show active offers</span>
|
||||
</LinkTo>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue