mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-21 09:01:42 +00:00
Merge pull request #2782 from overleaf/cmg-wfh-dashboard
Change free trial offer in sidebar to WFH offer GitOrigin-RevId: 770273c9cb85c03d0c80ca7b1a66572fe5683e6c
This commit is contained in:
parent
b1c3572b3c
commit
1c68d70929
1 changed files with 12 additions and 5 deletions
|
@ -157,14 +157,21 @@
|
|||
href="/user/settings"
|
||||
) Add Affiliation
|
||||
|
||||
//- .row-spaced(ng-if="hasProjects && userHasNoSubscription && !userOnPayingUniversity", ng-cloak).text-centered
|
||||
//- hr
|
||||
//- p.small #{translate("on_free_sl")}
|
||||
//- p
|
||||
//- a(href="/user/subscription/plans" ng-click="upgradeSubscription()").btn.btn-primary #{translate("upgrade")}
|
||||
//- p.small.text-centered
|
||||
//- | #{translate("or_unlock_features_bonus")}
|
||||
//- a(href="/user/bonus" ng-click="share()") #{translate("sharing_sl")}.
|
||||
.row-spaced(ng-if="hasProjects && userHasNoSubscription && !userOnPayingUniversity", ng-cloak).text-centered
|
||||
hr
|
||||
p.small #{translate("on_free_sl")}
|
||||
p.small In response to ongoing developments around the #COVID19 pandemic, we're providing free temporary upgrades to our Professional Accounts.
|
||||
span
|
||||
a(href="https://overleaf.com/blog/helping-you-collaborate-on-overleaf-during-the-coronavirus-pandemic") More info.
|
||||
p
|
||||
a(href="/user/subscription/plans" ng-click="upgradeSubscription()").btn.btn-primary #{translate("upgrade")}
|
||||
p.small.text-centered
|
||||
| #{translate("or_unlock_features_bonus")}
|
||||
a(href="/user/bonus" ng-click="share()") #{translate("sharing_sl")}.
|
||||
a(href="https://forms.gle/zWrVdF3GdoWovjd66").btn.btn-primary Request Upgrade
|
||||
|
||||
|
||||
script.
|
||||
|
|
Loading…
Reference in a new issue