This commit is contained in:
Henry Oswald 2014-06-18 14:47:29 +01:00
parent e0be5ef01b
commit 2a6ff8cc5d
4 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ Server.app.use (error, req, res, next) ->
logger.error err: error, url:req.url, method:req.method, user:req?.sesson?.user, "error passed to top level next middlewear" logger.error err: error, url:req.url, method:req.method, user:req?.sesson?.user, "error passed to top level next middlewear"
res.statusCode = error.status or 500 res.statusCode = error.status or 500
if res.statusCode == 500 if res.statusCode == 500
res.end("Oops, something went wrong with your request, sorry. If this continues, please contact us at team@sharelatex.com") res.end("Oops, something went wrong with your request, sorry. If this continues, please contact us at support@sharelatex.com")
else else
res.end() res.end()

View file

@ -10,4 +10,4 @@ block content
| Sorry, ShareLaTeX is briefly down for maintenance. | Sorry, ShareLaTeX is briefly down for maintenance.
| We should be back within minutes, but if not, or you have | We should be back within minutes, but if not, or you have
| an urgent request, please contact us at | an urgent request, please contact us at
| team@sharelatex.com | support@sharelatex.com

View file

@ -15,7 +15,7 @@ block content
.well .well
p If any of your projects are missing, or are not showing the most recent updates, you p If any of your projects are missing, or are not showing the most recent updates, you
| can recover from our latest back ups here. If you have any problems, please get in | can recover from our latest back ups here. If you have any problems, please get in
| touch (team@sharelatex.com). | touch (support@sharelatex.com).
.row-fluid .row-fluid
table.table table.table

View file

@ -20,7 +20,7 @@ block content
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 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 p If there is anything you ever need please feel free to contact us directly at
a(href='mailto:team@sharelatex.com') team@sharelatex.com a(href='mailto:support@sharelatex.com') support@sharelatex.com
| - it goes straight to both our inboxes. | - it goes straight to both our inboxes.
p Regards, p Regards,
br br