overleaf/services/web/app/views/subscriptions/plans.pug

19 lines
618 B
Text
Raw Normal View History

2014-02-12 10:23:40 +00:00
extends ../layout
include _plans_page_mixins
include _plans_page_tables
2014-09-04 18:03:04 +00:00
block scripts
script(type='text/javascript').
window.recomendedCurrency = '#{recomendedCurrency}'
2014-10-15 15:21:45 +00:00
window.abCurrencyFlag = '#{abCurrencyFlag}'
window.shouldABTestPlans = #{shouldABTestPlans || false}
2014-02-12 10:23:40 +00:00
block content
.content.content-alt
2014-07-07 11:27:58 +00:00
.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