From 530da36a9cbffb78d8d0762e38cbb43a22a65869 Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Wed, 10 Aug 2022 12:00:05 +0200 Subject: [PATCH] Added static HTML for free trial offer variant in offers list refs https://github.com/TryGhost/Team/issues/1726 --- ghost/admin/app/templates/offers.hbs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ghost/admin/app/templates/offers.hbs b/ghost/admin/app/templates/offers.hbs index c250e66588..158b16213b 100644 --- a/ghost/admin/app/templates/offers.hbs +++ b/ghost/admin/app/templates/offers.hbs @@ -61,6 +61,12 @@ {{svg-jar "offer"}} {{gh-price-amount offer.amount}} {{offer.currency}} OFF {{/if}} + {{#if (feature 'freeTrial')}} + {{#if (eq offer.type 'trial')}} + {{svg-jar "offer"}} + 21 DAYS FREE + {{/if}} + {{/if}} –  {{if (eq offer.duration 'once') "First-payment" "Repeating"}}