|
|
|
@ -11,9 +11,9 @@ app.templates.notFoundPage = ->
|
|
|
|
|
back
|
|
|
|
|
|
|
|
|
|
app.templates.pageLoadError = ->
|
|
|
|
|
error """ Oops, that page failed to load. """,
|
|
|
|
|
error """ Oops, the page failed to load. """,
|
|
|
|
|
""" It may be missing from the server (try reloading the app) or you could be offline.<br>
|
|
|
|
|
If you keep seeing this, you're likely behind a proxy or firewall which blocks cross-domain requests. """,
|
|
|
|
|
If you keep seeing this, you're likely behind a proxy or firewall that blocks cross-domain requests. """,
|
|
|
|
|
""" #{back} · <a href="/##{location.pathname}" target="_top" class="_error-link">Reload</a>
|
|
|
|
|
· <a href="#" class="_error-link" data-retry>Retry</a> """
|
|
|
|
|
|
|
|
|
|