mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Show change plan list on clicking change plan, not hide
This commit is contained in:
parent
7f0b4e5ba5
commit
48a17729e4
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ block content
|
|||
|
||||
|
||||
|
||||
div(ng-hide="changePlan", ng-cloak)#changePlanSection
|
||||
div(ng-show="changePlan", ng-cloak)#changePlanSection
|
||||
h2.col-md-7 !{translate("change_plan")}
|
||||
span.dropdown.col-md-1.changePlanButton(ng-controller="CurrenyDropdownController", style="display:none")
|
||||
a.btn.btn-primary.dropdown-toggle(
|
||||
|
|
Loading…
Reference in a new issue