mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
679d91c4d2
Fixes a flash of unwanted content on Firefox
18 lines
607 B
Text
18 lines
607 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")
|
|
include _plans_page_details_less
|