mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
fix more escaping html
This commit is contained in:
parent
ab6cd36f27
commit
8e4974d559
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ block content
|
||||||
h2 #{translate("thanks_for_subscribing")}
|
h2 #{translate("thanks_for_subscribing")}
|
||||||
.alert.alert-success
|
.alert.alert-success
|
||||||
p #{translate("your_card_will_be_charged_soon")}
|
p #{translate("your_card_will_be_charged_soon")}
|
||||||
p #{translate("next_payment_of_x_collectected_on_y", {paymentAmmount:"<strong>#{subscription.price}</strong>", collectionDate:"<strong>#{subscription.nextPaymentDueAt}</strong>"})}
|
p !{translate("next_payment_of_x_collectected_on_y", {paymentAmmount:"<strong>#{subscription.price}</strong>", collectionDate:"<strong>#{subscription.nextPaymentDueAt}</strong>"})}
|
||||||
p #{translate("if_you_dont_want_to_be_charged")}
|
p #{translate("if_you_dont_want_to_be_charged")}
|
||||||
a(href="/user/subscription") #{translate("click_here_to_cancel")}.
|
a(href="/user/subscription") #{translate("click_here_to_cancel")}.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue