mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 20:38:28 +00:00
fixed template problem with next billing details
This commit is contained in:
parent
3b41a6eef4
commit
67fdd73472
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ block content
|
|||
h2 #{translate("thanks_for_subscribing")}
|
||||
.alert.alert-success
|
||||
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")}
|
||||
a(href="/user/subscription") #{translate("click_here_to_cancel")}.
|
||||
|
||||
|
@ -28,7 +28,7 @@ block content
|
|||
.portraits
|
||||
span.img-circle
|
||||
img(src="/img/about/henry_oswald.jpg")
|
||||
|
||||
|
|
||||
span.img-circle
|
||||
img(src="/img/about/james_allen.jpg")
|
||||
p
|
||||
|
|
Loading…
Reference in a new issue