mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
* 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
26 lines
639 B
Plaintext
26 lines
639 B
Plaintext
extends ../layout-react
|
|
|
|
block vars
|
|
- isWebsiteRedesign = true
|
|
|
|
block entrypointVar
|
|
- entrypoint = 'pages/user/subscription/group-management/upgrade-group-subscription'
|
|
|
|
block append meta
|
|
meta(name='ol-user' data-type='json' content=user)
|
|
meta(
|
|
name='ol-subscriptionChangePreview'
|
|
data-type='json'
|
|
content=changePreview
|
|
)
|
|
meta(name='ol-totalLicenses' data-type='number' content=totalLicenses)
|
|
meta(name='ol-groupName' data-type='string' content=groupName)
|
|
meta(
|
|
name='ol-subscriptionPaymentErrorCode'
|
|
data-type='string'
|
|
content=redirectedPaymentErrorCode
|
|
)
|
|
|
|
block content
|
|
main#upgrade-group-subscription-root.content
|