mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
5b5ece37a5
Render default when sixpack timesout Only convert when variant exists Use Angular cookies module to add variant cookie, which is used on the new subscription page.
18 lines
618 B
Text
18 lines
618 B
Text
extends ../layout
|
|
|
|
include _plans_page_mixins
|
|
include _plans_page_tables
|
|
|
|
block scripts
|
|
script(type='text/javascript').
|
|
window.recomendedCurrency = '#{recomendedCurrency}'
|
|
window.abCurrencyFlag = '#{abCurrencyFlag}'
|
|
window.shouldABTestPlans = #{shouldABTestPlans || false}
|
|
|
|
block content
|
|
.content.content-alt
|
|
.content.plans(ng-controller="PlansController")
|
|
.container(class="more-details" ng-cloak ng-if="plansVariant === 'more-details'")
|
|
include _plans_page_details_more
|
|
.container(ng-cloak ng-if="plansVariant === 'default' || !shouldABTestPlans || timeout")
|
|
include _plans_page_details_less
|