mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
62cf8c9d61
[web] Buttons for new CSS build GitOrigin-RevId: 9ae4284ba89296b77c37d61ba9b221bcab2f6458
30 lines
835 B
Text
30 lines
835 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
|
|
| There was a problem with your request.
|
|
if(message)
|
|
|
|
|
| The error is:
|
|
if(message)
|
|
p.error-box
|
|
| #{message}
|
|
p.error-description
|
|
| Please go back and try again.
|
|
| If the problem persists, please contact us at
|
|
|
|
|
a(href="mailto:" + settings.adminEmail) #{settings.adminEmail}
|
|
| .
|
|
p.error-actions
|
|
a.error-btn(href="javascript:history.back()") Back
|
|
|
|
|
a.btn.btn-secondary(href="/") Home
|