mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
added ng-cloak to successful subscription page
This commit is contained in:
parent
a181905ab8
commit
d202538504
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ block content
|
||||||
.container
|
.container
|
||||||
.row
|
.row
|
||||||
.col-md-8.col-md-offset-2
|
.col-md-8.col-md-offset-2
|
||||||
.card
|
.card(ng-cloak)
|
||||||
.page-header
|
.page-header
|
||||||
h2 #{translate("thanks_for_subscribing")}
|
h2 #{translate("thanks_for_subscribing")}
|
||||||
.alert.alert-success
|
.alert.alert-success
|
||||||
|
@ -16,7 +16,7 @@ block content
|
||||||
a(href="/user/subscription") #{translate("click_here_to_cancel")}.
|
a(href="/user/subscription") #{translate("click_here_to_cancel")}.
|
||||||
span(sixpack-when="manage-subscription")
|
span(sixpack-when="manage-subscription")
|
||||||
p #{translate("to_modify_your_subscription_go_to")}
|
p #{translate("to_modify_your_subscription_go_to")}
|
||||||
a(href="/user/subscription") #{translate("manage_subscription")}.
|
a(href="/user/subscription") #{translate("manage_subscription")}.
|
||||||
p
|
p
|
||||||
- if (subscription.groupPlan == true)
|
- if (subscription.groupPlan == true)
|
||||||
a.btn.btn-success.btn-large(href="/subscription/group") #{translate("add_your_first_group_member_now")}
|
a.btn.btn-success.btn-large(href="/subscription/group") #{translate("add_your_first_group_member_now")}
|
||||||
|
|
Loading…
Reference in a new issue