mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 10:52:43 +00:00
Fix subscription currency dropdowns
This commit is contained in:
parent
c75cdf24b5
commit
ec5e03bd01
2 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ block content
|
|||
| {{currencyCode}} ({{plans[currencyCode]['symbol']}})
|
||||
span.caret
|
||||
ul.dropdown-menu(role="menu")
|
||||
li(ng-repeat="(currency, value) in plans", dropdown-toggle)
|
||||
li(ng-repeat="(currency, value) in plans")
|
||||
a(
|
||||
ng-click="changeCurrency(currency)",
|
||||
) {{currency}} ({{value['symbol']}})
|
||||
|
|
|
@ -43,8 +43,8 @@ block content
|
|||
| {{currencyCode}} ({{plans[currencyCode]['symbol']}})
|
||||
span.caret
|
||||
|
||||
ul.dropdown-menu.dropdown-menu-right.text-left(role="menu")
|
||||
li(ng-repeat="(currency, value) in plans", dropdown-toggle)
|
||||
ul.dropdown-menu.dropdown-menu-right.text-right(role="menu")
|
||||
li(ng-repeat="(currency, value) in plans")
|
||||
a(
|
||||
href,
|
||||
ng-click="changeCurreny(currency)"
|
||||
|
|
Loading…
Reference in a new issue