From 5bcc7f9a7a10d07bec09caea71ddb065ae63c76f Mon Sep 17 00:00:00 2001 From: Sag Date: Wed, 11 Oct 2023 09:33:46 -0300 Subject: [PATCH] Updated recommendations helper template (#18574) refs https://github.com/TryGhost/Product/issues/3940 --- ghost/core/core/frontend/helpers/tpl/recommendations.hbs | 4 ++-- .../test/unit/frontend/helpers/recommendations.test.js | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ghost/core/core/frontend/helpers/tpl/recommendations.hbs b/ghost/core/core/frontend/helpers/tpl/recommendations.hbs index 48da613502..2232c4675c 100644 --- a/ghost/core/core/frontend/helpers/tpl/recommendations.hbs +++ b/ghost/core/core/frontend/helpers/tpl/recommendations.hbs @@ -3,9 +3,9 @@ {{#each recommendations as |rec|}}
  • - {{rec.title}} - {{readable_url rec.url}} + {{rec.title}}
    {{rec.title}}
    + {{readable_url rec.url}}

    {{rec.description}}

  • diff --git a/ghost/core/test/unit/frontend/helpers/recommendations.test.js b/ghost/core/test/unit/frontend/helpers/recommendations.test.js index 3c2060a63f..df7c3e9b87 100644 --- a/ghost/core/test/unit/frontend/helpers/recommendations.test.js +++ b/ghost/core/test/unit/frontend/helpers/recommendations.test.js @@ -71,17 +71,17 @@ describe('{{#recommendations}} helper', function () {