overleaf/services/web/app/views/general/500.pug

23 lines
678 B
Text
Raw Normal View History

extends ../layout/layout-no-js
block vars
- metadata = { title: 'Something went wrong', viewport: true }
block body
2017-03-01 06:22:31 -05:00
body.full-height
main.content.content-alt.full-height
2017-03-01 06:22:31 -05:00
.container.full-height
.error-container.full-height
.error-details
2017-03-28 11:57:08 -04:00
p.error-status Something went wrong, sorry.
p.error-description Our staff are probably looking into this, but if it continues, please check our status page at
|
|
a(href="http://" + settings.statusPageUrl) #{settings.statusPageUrl}
|
| or contact us at
|
a(href="mailto:" + settings.adminEmail) #{settings.adminEmail}
| .
a.error-btn(href="/") Home