mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #5189 from overleaf/jpa-general-de-ng
[web] de-ng 404 and site-closed pages GitOrigin-RevId: 6673554e4ecdb6f7a2daf094fc06eb0d7b2b8b3e
This commit is contained in:
parent
614565b3a2
commit
16761be4f6
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
extends ../layout
|
extends ../layout-marketing
|
||||||
|
|
||||||
block content
|
block content
|
||||||
main.content.content-alt#main-content
|
main.content.content-alt#main-content
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
extends ../layout
|
extends ../layout-marketing
|
||||||
|
|
||||||
block content
|
block content
|
||||||
main.content#main-content
|
main.content#main-content
|
||||||
|
@ -10,7 +10,7 @@ block content
|
||||||
p(ng-non-bindable)
|
p(ng-non-bindable)
|
||||||
if settings.statusPageUrl
|
if settings.statusPageUrl
|
||||||
| #{settings.appName} is currently down for maintenance.
|
| #{settings.appName} is currently down for maintenance.
|
||||||
| Please check our #[a(href='http://' + settings.statusPageUrl) status page]
|
| Please check our #[a(href='https://' + settings.statusPageUrl) status page]
|
||||||
| for updates.
|
| for updates.
|
||||||
else
|
else
|
||||||
| #{settings.appName} is currently down for maintenance.
|
| #{settings.appName} is currently down for maintenance.
|
||||||
|
|
Loading…
Reference in a new issue