mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-03 02:52:37 +00:00
Don't suggest bonus page to v2 users
This commit is contained in:
parent
bc1f10a710
commit
b86ac31c63
1 changed files with 4 additions and 3 deletions
|
@ -131,9 +131,10 @@
|
||||||
p.small #{translate("on_free_sl")}
|
p.small #{translate("on_free_sl")}
|
||||||
p
|
p
|
||||||
a(href="/user/subscription/plans").btn.btn-primary #{translate("upgrade")}
|
a(href="/user/subscription/plans").btn.btn-primary #{translate("upgrade")}
|
||||||
p.small.text-centered
|
if (!settings.overleaf)
|
||||||
| #{translate("or_unlock_features_bonus")}
|
p.small.text-centered
|
||||||
a(href="/user/bonus") #{translate("sharing_sl")} .
|
| #{translate("or_unlock_features_bonus")}
|
||||||
|
a(href="/user/bonus") #{translate("sharing_sl")} .
|
||||||
|
|
||||||
|
|
||||||
script.
|
script.
|
||||||
|
|
Loading…
Reference in a new issue