mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #6329 from overleaf/tm-wfh2021-ending-soon
Update WFH offer notification text with offer end date GitOrigin-RevId: f50b7f7f1b0c04ce20bd4ea45af6d8684f91fc2b
This commit is contained in:
parent
5acaff1ed2
commit
4792208ed2
3 changed files with 3 additions and 3 deletions
|
@ -263,7 +263,7 @@ include ../../_mixins/reconfirm_affiliation
|
|||
)
|
||||
.alert.alert-info
|
||||
.notification-body
|
||||
span To help you work from home throughout 2021, we're providing discounted plans and special initiatives.
|
||||
span Ending Soon: Our WFH2021 discounts are available until January 31st 2022.
|
||||
.notification-action
|
||||
a.pull-right.btn.btn-sm.btn-info(href="https://www.overleaf.com/events/wfh2021" event-tracking="Event-Pages" event-tracking-trigger="click" event-tracking-ga="WFH-Offer-Click" event-tracking-label="Dash-Banner") Upgrade
|
||||
.notification-close
|
||||
|
|
|
@ -144,6 +144,6 @@ if (isOverleaf)
|
|||
//- 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 2021, we're providing discounted plans and special initiatives.
|
||||
p.small Ending Soon: Our WFH2021 discounts are available until January 31st 2022.
|
||||
p
|
||||
a(href="https://www.overleaf.com/events/wfh2021" event-tracking="Event-Pages" event-tracking-trigger="click" event-tracking-ga="WFH-Offer-Click" event-tracking-label="Dash-Sidebar").btn.btn-primary Upgrade
|
||||
|
|
|
@ -21,7 +21,7 @@ block content
|
|||
li.notification-entry
|
||||
.alert.alert-info
|
||||
.notification-body
|
||||
span To help you work from home throughout 2021, we're providing discounted plans and special initiatives.
|
||||
span Ending Soon: Our WFH2021 discounts are available until January 31st 2022.
|
||||
.notification-action
|
||||
a.btn.btn-sm.btn-info(href="https://www.overleaf.com/events/wfh2021" event-tracking="Event-Pages" event-tracking-trigger="click" event-tracking-ga="WFH-Offer-Click" event-tracking-label="Plans-Banner") Upgrade
|
||||
.content-page
|
||||
|
|
Loading…
Reference in a new issue