mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-28 11:00:08 +02:00

* Use meta tags for user info data * Remove Back button * Refactor syntax for conditional classes * Inline meta tags * Keep "Please go back and try again" text * Shorthand classname GitOrigin-RevId: 3b78bff04b4fb8dc7fdecf5b663d2a4f64c3218b
28 lines
771 B
Text
28 lines
771 B
Text
extends ../layout/layout-no-js
|
|
|
|
block vars
|
|
- metadata = {title: 'Something went wrong'}
|
|
|
|
block body
|
|
body.full-height
|
|
main#main-content.content.content-alt.full-height
|
|
.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 target='_blank') #{settings.adminEmail}
|
|
| .
|
|
p.error-actions
|
|
a.btn.btn-primary(href='/') Home
|