overleaf-cep/services/web/app/views/general/closed.pug
Jakob Ackermann 73ae6f480f [web] change status page URL to HTTPS everywhere (#26587)
* [web] change status page URL to HTTPS everywhere

Also open all links to the status page or admin email in a new tab.

* [server-ce] explicit protocol matching

Co-authored-by: Brian Gough <brian.gough@overleaf.com>

---------

Co-authored-by: Brian Gough <brian.gough@overleaf.com>
GitOrigin-RevId: d7d12eef4efc737c5d70fc969c862acae9faf14c
2025-06-26 08:04:59 +00:00

19 lines
610 B
Text

extends ../layout-marketing
block content
main#main-content.content
.container
.row
.col-lg-8.offset-lg-2.text-center
.page-header
h1 Maintenance
p
if settings.statusPageUrl
| #{settings.appName} is currently down for maintenance.
| Please check our #[a(href=settings.statusPageUrl target='_blank') status page]
| for updates.
else
| #{settings.appName} is currently down for maintenance.
| We should be back within minutes, but if not, or you have
| an urgent request, please contact us at
| &nbsp;#{settings.adminEmail}