mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 06:09:02 +02:00
c4cdacc702
* Replace the black Overleaf logo to the green one * Move subscription, login, restricted, invite views to website-redesign layout * Remove the Storybook showcase of all the layouts --------- Co-authored-by: Antoine Clausse <antoine.clausse@overleaf.com> GitOrigin-RevId: b07581834921750c9c6de44f05beb0dd9eafba23
29 lines
820 B
Plaintext
29 lines
820 B
Plaintext
extends ../../layout-react
|
|
|
|
block vars
|
|
- isWebsiteRedesign = true
|
|
|
|
block entrypointVar
|
|
- entrypoint = 'pages/user/subscription/invite'
|
|
|
|
block append meta
|
|
meta(
|
|
name='ol-hasIndividualPaidSubscription'
|
|
data-type='boolean'
|
|
content=hasIndividualPaidSubscription
|
|
)
|
|
meta(name='ol-inviterName' data-type='string' content=inviterName)
|
|
meta(name='ol-inviteToken' data-type='string' content=inviteToken)
|
|
meta(
|
|
name='ol-currentManagedUserAdminEmail'
|
|
data-type='string'
|
|
content=currentManagedUserAdminEmail
|
|
)
|
|
meta(name='ol-expired' data-type='boolean' content=expired)
|
|
meta(name='ol-groupSSOActive' data-type='boolean' content=groupSSOActive)
|
|
meta(name='ol-subscriptionId' data-type='string' content=subscriptionId)
|
|
meta(name='ol-user' data-type='json' content=user)
|
|
|
|
block content
|
|
main#invite-root.content
|