mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 01:29:21 +00:00
* WIP(maintenance): maintenance * WIP(maintenance): working locale features * fix(maintenance): don't translate info page target * WIP(maintenance): start adding info page * fix(maintenance): linting * feat: Add container to maintenance info page * fix(maintenance): add config.json edits Also DRY variables for main vs info pages * fix(maintenance): linting * refactor(maintenance): further slim down variables * refactor: Remove unnecessary variables * fix: Correct string interpolation in maintenace view * feat: Dynamically add time to maintenance pages * maintenance mode: do not connect to mongodb * fix(maintenance): clean up timezones etc. * fix(maintenance): remove unneeded sprite
18 lines
718 B
Text
18 lines
718 B
Text
- var t = env ? env.t : translation;
|
|
|
|
title Habitica |
|
|
=t('maintenance')
|
|
|
|
head
|
|
link(rel='stylesheet', type='text/css', href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap.min.css')
|
|
|
|
body.text-center
|
|
h1=t('habiticaBackSoon')
|
|
img.img-rendering-auto.center-block.img-responsive(src='https://d2afqr2xdmyzvu.cloudfront.net/assets/scene_maintenance.png')
|
|
p!=t('importantMaintenance')
|
|
p!=t('twitterMaintenanceUpdates')
|
|
ul.lead(style='list-style-position:inside')
|
|
li=t('noDamageKeepStreaks')
|
|
li=t('veteranPetAward')
|
|
p!=t('maintenanceMoreInfo', {linkStart: '<a href="/views/static/maintenance-info">', linkEnd: '</a>',})
|
|
p.lead=t('thanksForPatience')
|