mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-08 19:50:47 +00: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)",
|
||||
) {{currency}} ({{value['symbol']}})
|
||||
h1 #{translate("new_subscription")}
|
||||
hr
|
||||
|
||||
form
|
||||
form(ng-show="planName")
|
||||
hr
|
||||
.row
|
||||
.col-md-9
|
||||
h2 {{planName}}
|
||||
|
|
Loading…
Add table
Reference in a new issue