mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Update subscription thank you page to remove ShareLaTeX references
This commit is contained in:
parent
e5bd7ce551
commit
eda031023c
1 changed files with 3 additions and 9 deletions
|
@ -18,17 +18,11 @@ block content
|
||||||
p.letter-from-founders
|
p.letter-from-founders
|
||||||
p #{translate("thanks_for_subscribing_you_help_sl", {planName:subscription.name})}
|
p #{translate("thanks_for_subscribing_you_help_sl", {planName:subscription.name})}
|
||||||
p #{translate("need_anything_contact_us_at")}
|
p #{translate("need_anything_contact_us_at")}
|
||||||
a(href='mailto:support@sharelatex.com') support@sharelatex.com
|
a(href='mailto:support@sharelatex.com') #{settings.adminEmail}
|
||||||
| . #{translate("goes_straight_to_our_inboxes")}.
|
| .
|
||||||
p #{translate("regards")},
|
p #{translate("regards")},
|
||||||
br
|
br
|
||||||
| Henry and James
|
| The #{settings.appName} Team
|
||||||
.portraits
|
|
||||||
span.img-circle
|
|
||||||
img(src=buildImgPath("about/henry_oswald.jpg"))
|
|
||||||
|
|
|
||||||
span.img-circle
|
|
||||||
img(src=buildImgPath("about/james_allen.jpg"))
|
|
||||||
p
|
p
|
||||||
a.btn.btn-primary(href="/project") < #{translate("back_to_your_projects")}
|
a.btn.btn-primary(href="/project") < #{translate("back_to_your_projects")}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue