hide the currency dropdown for the moment

This commit is contained in:
Henry Oswald 2014-09-10 08:17:22 +01:00
parent 50ee889569
commit bed78665f5
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"