mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 14:19:01 +02:00
679d91c4d2
Fixes a flash of unwanted content on Firefox
19 lines
607 B
Plaintext
19 lines
607 B
Plaintext
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")
|
|
include _plans_page_details_less
|