mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
6b4c483269
* [web] Initialize BS5 in subscription page * [web] Backend wiring for `user/subscription/thank-you` to BS5 * [web] Update `SuccessfulSubscription` to BS5 GitOrigin-RevId: 45162664c116eb04b73e16443c84fa24ea8b220c
15 lines
503 B
Text
15 lines
503 B
Text
extends ../layout-marketing
|
|
|
|
block vars
|
|
- bootstrap5PageStatus = 'enabled' // One of 'disabled', 'enabled', and 'queryStringOnly'
|
|
- bootstrap5PageSplitTest = 'bootstrap-5-subscription'
|
|
|
|
block entrypointVar
|
|
- entrypoint = 'pages/user/subscription/successful-subscription'
|
|
|
|
block append meta
|
|
meta(name="ol-subscription" data-type="json" content=personalSubscription)
|
|
meta(name="ol-postCheckoutRedirect" content=postCheckoutRedirect)
|
|
|
|
block content
|
|
main.content.content-alt#subscription-success-root
|