0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core/server/apps/subscribers/lib
Lukas Strassel 9c2d14949d Fix: back link on the subscribe page (#7059)
closes #6984
-the backlink had a static href to {{@blog.url}} which is now changed to {{#if subscribed_url}}{{subscribed_url}}{{else}}{{@blog.url}}{{/if}} to reflect the referring url.
-This PR makes the back link on the subscribe page to link back to the referring page instead of linking back to /
2016-07-14 17:09:40 +02:00
..
views Fix: back link on the subscribe page (#7059) 2016-07-14 17:09:40 +02:00
router.js Subscribers: Error Handling for adding subscribers 2016-05-11 12:55:29 +02:00