mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
33 lines
1.3 KiB
Text
33 lines
1.3 KiB
Text
extends ../layout
|
|
|
|
block content
|
|
link(href='http://fonts.googleapis.com/css?family=Just+Another+Hand', rel='stylesheet', type='text/css')
|
|
.container
|
|
.row
|
|
div
|
|
.span8.offset2.span-box
|
|
.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>, if you do not want to be charged again
|
|
a(href="/user/subscription") click here to cancel.
|
|
div
|
|
p
|
|
- if (subscription.groupPlan == true)
|
|
a.btn.btn-success.btn-large(href="/subscription/group") Add your first group members now
|
|
div.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
|
|
img(src="/img/about/henry_oswald.jpg")
|
|
|
|
img(src="/img/about/james_allen.jpg")
|
|
div
|
|
a.btn.btn-primary(href="/project") < Back to your projects
|