mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
don't show the form until we have some data from recurly
This commit is contained in:
parent
03311311dd
commit
74347611e9
1 changed files with 2 additions and 2 deletions
|
@ -33,9 +33,9 @@ block content
|
||||||
ng-click="changeCurrency(currency)",
|
ng-click="changeCurrency(currency)",
|
||||||
) {{currency}} ({{value['symbol']}})
|
) {{currency}} ({{value['symbol']}})
|
||||||
h1 #{translate("new_subscription")}
|
h1 #{translate("new_subscription")}
|
||||||
hr
|
|
||||||
|
|
||||||
form
|
form(ng-show="planName")
|
||||||
|
hr
|
||||||
.row
|
.row
|
||||||
.col-md-9
|
.col-md-9
|
||||||
h2 {{planName}}
|
h2 {{planName}}
|
||||||
|
|
Loading…
Reference in a new issue