From a3dbd867e9dab2979042c50307b87e88cc760200 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sun, 12 Oct 2014 09:19:58 -0400 Subject: [PATCH] Suggest reloading the app on load error --- assets/javascripts/templates/error_tmpl.coffee | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/javascripts/templates/error_tmpl.coffee b/assets/javascripts/templates/error_tmpl.coffee index 659a9ebe..ce7ad5da 100644 --- a/assets/javascripts/templates/error_tmpl.coffee +++ b/assets/javascripts/templates/error_tmpl.coffee @@ -12,9 +12,10 @@ app.templates.notFoundPage = -> app.templates.pageLoadError = -> error """ Oops, that page failed to load. """, - """ It may be missing from the server or you could be offline.
+ """ It may be missing from the server (try reloading the app) or you could be offline.
If you keep seeing this, you're likely behind a proxy or firewall which blocks cross-domain requests. """, - """ #{back} · Retry """ + """ #{back} · Reload + · Retry """ app.templates.bootError = -> error """ Oops, the app failed to load. """,