mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
hide the currency dropdown for the moment
This commit is contained in:
parent
50ee889569
commit
bed78665f5
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ block content
|
|||
|
||||
div(ng-hide="changePlan", ng-cloak)#changePlanSection
|
||||
h2.col-md-7 !{translate("change_plan")}
|
||||
span.dropdown.col-md-1.changePlanButton(ng-controller="CurrenyDropdownController")
|
||||
span.dropdown.col-md-1.changePlanButton(ng-controller="CurrenyDropdownController", style="display:none")
|
||||
a.btn.btn-primary.dropdown-toggle(
|
||||
href="#",
|
||||
data-toggle="dropdown"
|
||||
|
|
|
@ -34,7 +34,7 @@ block content
|
|||
ng-click="switchToStudent()"
|
||||
) #{translate("half_price_student")}
|
||||
.col-md-2
|
||||
.dropdown
|
||||
.dropdown(style="display:none;")
|
||||
a.btn.btn-primary.dropdown-toggle#currenyDropdown(
|
||||
href="#",
|
||||
data-toggle="dropdown"
|
||||
|
|
Loading…
Reference in a new issue