mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #3672 from overleaf/em-wfh2021
Updated notifications for WFH2021 GitOrigin-RevId: cfe50f04f1a837b070fcbf1486071ef1ff490ff0
This commit is contained in:
parent
a034b46db4
commit
c79d9ce8c5
3 changed files with 7 additions and 6 deletions
|
@ -226,9 +226,9 @@ include ../../_mixins/saml
|
|||
)
|
||||
.alert.alert-info
|
||||
.notification-body
|
||||
span To help you work from home throughout 2020 and beyond, we're providing a number of special initiatives.
|
||||
span To help you work from home throughout 2021, we're providing discounted plans and special initiatives.
|
||||
.notification-action
|
||||
a.pull-right.btn.btn-sm.btn-info(href="https://www.overleaf.com/events/wfh2020") View
|
||||
a.pull-right.btn.btn-sm.btn-info(href="https://www.overleaf.com/events/wfh2021") Upgrade
|
||||
.notification-close
|
||||
button(ng-click="dismiss()").close.pull-right
|
||||
span(aria-hidden="true") ×
|
||||
|
|
|
@ -158,9 +158,10 @@
|
|||
//- 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 a number of special initiatives.
|
||||
p.small To help you work from home throughout 2021, we're providing discounted plans and special initiatives.
|
||||
p
|
||||
a(href="https://www.overleaf.com/events/wfh2020").btn.btn-primary View
|
||||
a(href="https://www.overleaf.com/events/wfh2021").btn.btn-primary Upgrade
|
||||
|
||||
|
||||
|
||||
script.
|
||||
|
|
|
@ -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 a number of special initiatives.
|
||||
span To help you work from home throughout 2021, we're providing discounted plans and special initiatives.
|
||||
.notification-action
|
||||
a.btn.btn-sm.btn-info(href="https://www.overleaf.com/events/wfh2020") View
|
||||
a.btn.btn-sm.btn-info(href="https://www.overleaf.com/events/wfh2021") Upgrade
|
||||
.content-page
|
||||
.plans(ng-controller="PlansController")
|
||||
.container(ng-cloak)
|
||||
|
|
Loading…
Reference in a new issue