mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
19 lines
718 B
Text
19 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')
|