mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
ed3147a58f
GitOrigin-RevId: 8fd49bff6cc0f66d041bb70f9345b2744978be3a
16 lines
No EOL
532 B
Text
16 lines
No EOL
532 B
Text
- if (v1Subscriptions.has_subscription)
|
|
-hasAnySubscription = true
|
|
p
|
|
| You are subscribed to Overleaf through Overleaf v1
|
|
p
|
|
a.btn.btn-primary(href='/sign_in_to_v1?return_to=/users/edit%23status') Manage v1 Subscription
|
|
hr
|
|
|
|
- if (v1Subscriptions.teams && v1Subscriptions.teams.length > 0)
|
|
-hasAnySubscription = true
|
|
for team in v1Subscriptions.teams
|
|
p
|
|
| You are a member of the Overleaf v1 team: <strong>#{team.name}</strong>
|
|
p
|
|
a.btn.btn-primary(href="/sign_in_to_v1?return_to=/teams") Manage v1 Team Membership
|
|
hr |