mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
10cf5825a5
Also, fix for multiple quotes. Without a closing quote subsequent quotes are considered nested, and will use a ‘ instead of “ Also, move repeated elements to partials
18 lines
589 B
Text
18 lines
589 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 != 'more-details'")
|
|
include _plans_page_details_less
|