mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
ee00ff3c44
* Always add the meta[viewport] tag * Set metadata.viewport to false on projects list page * Remove setting metadata.viewport = true * Add viewport: false to editor page GitOrigin-RevId: 6f9d4c1972e3e6fdf1b6c23cd17d57ba866fcaeb
22 lines
675 B
Text
22 lines
675 B
Text
extends ../layout/layout-no-js
|
|
|
|
block vars
|
|
- metadata = { title: 'Something went wrong' }
|
|
|
|
block body
|
|
body.full-height
|
|
main.content.content-alt.full-height#main-content
|
|
.container.full-height
|
|
.error-container.full-height
|
|
.error-details
|
|
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
|