From 0bf442c11480bd4c19f589ca81cab97f051b3a9b Mon Sep 17 00:00:00 2001 From: Alasdair Smith Date: Fri, 25 Sep 2020 09:38:54 +0100 Subject: [PATCH] Merge pull request #3229 from overleaf/as-wfh-sept-update Add some copy about offer expiry date on WFH banners GitOrigin-RevId: b0d6b235ef1fb43122476e266cb9095dc8812be4 --- services/web/app/views/project/list/notifications.pug | 4 ++-- services/web/app/views/project/list/side-bar.pug | 2 +- services/web/app/views/subscriptions/plans.pug | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/services/web/app/views/project/list/notifications.pug b/services/web/app/views/project/list/notifications.pug index f08b7a85f5..420b75b1fc 100644 --- a/services/web/app/views/project/list/notifications.pug +++ b/services/web/app/views/project/list/notifications.pug @@ -40,7 +40,7 @@ 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. + 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! .notification-action a.pull-right.btn.btn-sm.btn-info(href="https://www.overleaf.com/events/wfh2020") Upgrade .notification-close @@ -198,7 +198,7 @@ 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. + span To help you work from home throughout 2020 and beyond, we're providing specially discounted annual plans. Ends 30th Sept 2020! .notification-action a.pull-right.btn.btn-sm.btn-info(href="https://www.overleaf.com/events/wfh2020") Upgrade .notification-close diff --git a/services/web/app/views/project/list/side-bar.pug b/services/web/app/views/project/list/side-bar.pug index 9ff4990740..563a766a7d 100644 --- a/services/web/app/views/project/list/side-bar.pug +++ b/services/web/app/views/project/list/side-bar.pug @@ -158,7 +158,7 @@ //- 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. + p.small To help you work from home throughout 2020 and beyond, we're providing specially discounted annual plans. Ends 30th Sept 2020! p a(href="https://www.overleaf.com/events/wfh2020").btn.btn-primary Upgrade diff --git a/services/web/app/views/subscriptions/plans.pug b/services/web/app/views/subscriptions/plans.pug index 80c000fbf6..76a4d0eee4 100644 --- a/services/web/app/views/subscriptions/plans.pug +++ b/services/web/app/views/subscriptions/plans.pug @@ -20,7 +20,7 @@ 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. + span To help you work from home throughout 2020 and beyond, we're providing specially discounted annual plans. Ends 30th Sept 2020! .notification-action a.btn.btn-sm.btn-info(href="https://www.overleaf.com/events/wfh2020") Upgrade .content-page