overleaf/services/web/app/views/subscriptions/successful_subscription.jade
2014-07-07 13:43:36 +01:00

36 lines
1.3 KiB
Text

extends ../layout
block content
.content.content-alt
.container
.row
.col-md-8.col-md-offset-2
.card
.page-header
h2 Thanks for subscribing!
.alert.alert-success
p Your card will be charged soon.
p The next payment of <strong>#{subscription.price}</strong> will be collected on <strong>#{subscription.nextPaymentDueAt}</strong>.
p If you do not want to be charged again
a(href="/user/subscription") click here to cancel.
p
- if (subscription.groupPlan == true)
a.btn.btn-success.btn-large(href="/subscription/group") Add your first group members now
p.letter-from-founders
p Thank you for subscribing to the #{subscription.name} plan. It's support from people like yourself that allows ShareLaTeX to continue to grow and improve.
p If there is anything you ever need please feel free to contact us directly at
a(href='mailto:support@sharelatex.com') support@sharelatex.com
| . It goes straight to both our inboxes.
p Regards,
br
| Henry and James
.portraits
span.img-circle
img(src="/img/about/henry_oswald.jpg")
&nbsp;
span.img-circle
img(src="/img/about/james_allen.jpg")
p
a.btn.btn-primary(href="/project") &lt; Back to your projects