From 596dd87c5a907e94e6f45a3b13152cd888705860 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Wed, 31 Jul 2024 11:06:17 -0700 Subject: [PATCH] Merge pull request #19611 from overleaf/ds-plans-page-faq-follow-up-finishing Website redesign - Plans page FAQ section follow up adding modal GitOrigin-RevId: fac7f0c676fa36e76842ec3f682d759ebcdbafbe --- services/web/app/views/subscriptions/plans/_faq_new.pug | 5 +---- .../web/app/views/subscriptions/plans/_plans_faq_tabs.pug | 3 ++- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/services/web/app/views/subscriptions/plans/_faq_new.pug b/services/web/app/views/subscriptions/plans/_faq_new.pug index c666ea390e..f101656322 100644 --- a/services/web/app/views/subscriptions/plans/_faq_new.pug +++ b/services/web/app/views/subscriptions/plans/_faq_new.pug @@ -45,19 +45,16 @@ include ../../_mixins/eyebrow .tab-pane.active( role="tabpanel" id=managingYourSubscription - data-ol-faq-tab-content=managingYourSubscription ) +managingYourSubscription() .tab-pane( role="tabpanel" id=overleafIndividualPlans - data-ol-faq-tab-content=overleafIndividualPlans ) +overleafIndividualPlans() .tab-pane( role="tabpanel" id=overleafGroupPlans - data-ol-faq-tab-content=overleafGroupPlans ) +overleafGroupPlans() @@ -67,4 +64,4 @@ include ../../_mixins/eyebrow span(style="margin-right: 4px") #{translate('contact_support')} img.icon-md(src="/img/website-redesign/material-symbols-arrow-right.svg", aria-hidden="true") - != moduleIncludes("contactModalGeneral-marketing", locals) \ No newline at end of file + != moduleIncludes("contactModalGeneral-marketing", locals) diff --git a/services/web/app/views/subscriptions/plans/_plans_faq_tabs.pug b/services/web/app/views/subscriptions/plans/_plans_faq_tabs.pug index ea6f519240..980de50704 100644 --- a/services/web/app/views/subscriptions/plans/_plans_faq_tabs.pug +++ b/services/web/app/views/subscriptions/plans/_plans_faq_tabs.pug @@ -137,5 +137,6 @@ mixin overleafGroupPlans() .collapse(id="overleafGroupPlansQ4") .custom-accordion-body | Yes. To add more users to your subscription you’ll need to - a.inline-green-link(href="/contact") contact us. + button.btn-link.inline-green-link(data-ol-open-contact-form-modal="contact-us") + span #{translate("contact_us")}