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

19 lines
618 B
Text
Raw Normal View History

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