From 022424601d69ab2181eb5aeadd4f2c2a035493fd Mon Sep 17 00:00:00 2001 From: Alasdair Smith Date: Thu, 1 Oct 2020 09:16:25 +0100 Subject: [PATCH] Merge pull request #3233 from overleaf/as-wfh-oct-update Update WFH banners to reflect end of discount offer GitOrigin-RevId: a43370fd5c6bffd3ef108daf3e66e64765ef5792 --- services/web/app/views/project/list/notifications.pug | 8 ++++---- services/web/app/views/project/list/side-bar.pug | 4 ++-- services/web/app/views/subscriptions/plans.pug | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/services/web/app/views/project/list/notifications.pug b/services/web/app/views/project/list/notifications.pug index 420b75b1fc..83a4a4c7b2 100644 --- a/services/web/app/views/project/list/notifications.pug +++ b/services/web/app/views/project/list/notifications.pug @@ -40,9 +40,9 @@ include ../../_mixins/saml ng-switch-when="wfh_2020_upgrade_offer" ) .notification-body - span Important notice: Your free WFH2020 upgrade came to an end on June 30th 2020. We're providing specially discounted annual plans to help you continue collaborating throughout 2020. Ends 30th Sept 2020! + span Important notice: Your free WFH2020 upgrade came to an end on June 30th 2020. We're still providing a number of special initiatives to help you continue collaborating throughout 2020. .notification-action - a.pull-right.btn.btn-sm.btn-info(href="https://www.overleaf.com/events/wfh2020") Upgrade + a.pull-right.btn.btn-sm.btn-info(href="https://www.overleaf.com/events/wfh2020") View .notification-close button(ng-click="dismiss(notification)").close.pull-right span(aria-hidden="true") × @@ -198,9 +198,9 @@ include ../../_mixins/saml ) .alert.alert-info .notification-body - span To help you work from home throughout 2020 and beyond, we're providing specially discounted annual plans. Ends 30th Sept 2020! + span To help you work from home throughout 2020 and beyond, we're providing a number of special initiatives. .notification-action - a.pull-right.btn.btn-sm.btn-info(href="https://www.overleaf.com/events/wfh2020") Upgrade + a.pull-right.btn.btn-sm.btn-info(href="https://www.overleaf.com/events/wfh2020") View .notification-close button(ng-click="dismiss()").close.pull-right span(aria-hidden="true") × diff --git a/services/web/app/views/project/list/side-bar.pug b/services/web/app/views/project/list/side-bar.pug index 563a766a7d..6ce0649aef 100644 --- a/services/web/app/views/project/list/side-bar.pug +++ b/services/web/app/views/project/list/side-bar.pug @@ -158,9 +158,9 @@ //- a(href="/user/bonus" ng-click="share()") #{translate("sharing_sl")}. .row-spaced(ng-if="hasProjects && userHasNoSubscription && !userOnPayingUniversity", ng-cloak).text-centered hr - p.small To help you work from home throughout 2020 and beyond, we're providing specially discounted annual plans. Ends 30th Sept 2020! + p.small To help you work from home throughout 2020 and beyond, we're providing a number of special initiatives. p - a(href="https://www.overleaf.com/events/wfh2020").btn.btn-primary Upgrade + a(href="https://www.overleaf.com/events/wfh2020").btn.btn-primary View script. diff --git a/services/web/app/views/subscriptions/plans.pug b/services/web/app/views/subscriptions/plans.pug index 76a4d0eee4..2af79b21b8 100644 --- a/services/web/app/views/subscriptions/plans.pug +++ b/services/web/app/views/subscriptions/plans.pug @@ -20,9 +20,9 @@ block content li.notification-entry .alert.alert-info .notification-body - span To help you work from home throughout 2020 and beyond, we're providing specially discounted annual plans. Ends 30th Sept 2020! + span To help you work from home throughout 2020 and beyond, we're providing a number of special initiatives. .notification-action - a.btn.btn-sm.btn-info(href="https://www.overleaf.com/events/wfh2020") Upgrade + a.btn.btn-sm.btn-info(href="https://www.overleaf.com/events/wfh2020") View .content-page .plans(ng-controller="PlansController") .container(ng-cloak)