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

Fixed link to mentions feed

refs https://github.com/TryGhost/Team/issues/2481
This commit is contained in:
Djordje Vlaisavljevic 2023-01-30 21:53:05 +00:00
parent 368d110b1b
commit f24a3d649f

View file

@ -172,7 +172,7 @@
{{/if}}
</div>
<div class="gh-dashboard-list-footer">
<LinkTo @route="posts" @query={{reset-query-params "posts"}}>View all mentions &rarr;</LinkTo>
<LinkTo @route="mentions">View all mentions &rarr;</LinkTo>
</div>
</div>
{{/if}}