Fix page load error

pull/244/head
Thibaut 10 years ago
parent 1252b36a1c
commit c0a5560ba9

@ -11,9 +11,9 @@ app.templates.notFoundPage = ->
back back
app.templates.pageLoadError = -> 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> """ 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} &middot; <a href="/##{location.pathname}" target="_top" class="_error-link">Reload</a> """ #{back} &middot; <a href="/##{location.pathname}" target="_top" class="_error-link">Reload</a>
&middot; <a href="#" class="_error-link" data-retry>Retry</a> """ &middot; <a href="#" class="_error-link" data-retry>Retry</a> """

@ -4,6 +4,7 @@
._page { ._page {
position: relative; position: relative;
min-height: calc(100% - 1.25rem);
&._page-error { position: static; } &._page-error { position: static; }

Loading…
Cancel
Save