mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #2887 from overleaf/cmg-plans-covid-notification
Add WFH notification to plans page GitOrigin-RevId: 49597e4fdaa8fb047639105cb83e9aed8c30a260
This commit is contained in:
parent
f4950c21bf
commit
1e4b7aeace
1 changed files with 130 additions and 120 deletions
|
@ -13,7 +13,17 @@ block head-scripts
|
|||
window.groupPlans = !{StringHelper.stringifyJsonForScript(groupPlans)};
|
||||
|
||||
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")
|
||||
.container(ng-cloak)
|
||||
.row
|
||||
|
|
Loading…
Reference in a new issue