Merge pull request #2887 from overleaf/cmg-plans-covid-notification

Add WFH notification to plans page

GitOrigin-RevId: 49597e4fdaa8fb047639105cb83e9aed8c30a260
This commit is contained in:
Chrystal Maria Griffiths 2020-06-05 11:14:24 +01:00 committed by Copybot
parent f4950c21bf
commit 1e4b7aeace

View file

@ -13,7 +13,17 @@ block head-scripts
window.groupPlans = !{StringHelper.stringifyJsonForScript(groupPlans)}; window.groupPlans = !{StringHelper.stringifyJsonForScript(groupPlans)};
block content block content
.content.content-alt.content-page .content.content-alt
.container
.user-notifications
ul.list-unstyled(ng-cloak)
li.notification-entry
.alert.alert-info
.notification-body
span In response to ongoing developments around #COVID19, we're providing free temporary upgrades and discounted annual plans.
.notification-action
a.btn.btn-sm.btn-info(href="https://www.overleaf.com/events/wfh2020") Upgrade
.content-page
.plans(ng-controller="PlansController") .plans(ng-controller="PlansController")
.container(ng-cloak) .container(ng-cloak)
.row .row