From d3f4a561fdf137e5d8f406bae03be4fef1caff22 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Wed, 22 Jan 2014 20:45:04 -0600 Subject: [PATCH] docs(rebirth): Bullet point about repurchase of limited ed gear after Rebirth Requires commit 667a426 on habitrpg-shared. Adds a line to the Rebirth modal informing users that limited edition gear can be repurchased after Rebirth. Removed a line from the top of the modal to make room, preventing scrolling at ordinary resolutions--I'm open to suggestions if we think that line is crucial. --- views/shared/modals/rebirth.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/shared/modals/rebirth.jade b/views/shared/modals/rebirth.jade index 303d0c85d2..c8c49b4785 100644 --- a/views/shared/modals/rebirth.jade +++ b/views/shared/modals/rebirth.jade @@ -18,7 +18,6 @@ div(modal='modals.rebirth') .rebirth_orb.pull-left(style='margin-right: 5px') p=env.t('rebirthStartOver') br - p=env.t('rebirthAdventure') .unordered li=env.t('rebirthAdvList1') li=env.t('rebirthAdvList2') @@ -31,6 +30,7 @@ div(modal='modals.rebirth') li=env.t('rebirthInList2') li=env.t('rebirthInList3') li=env.t('rebirthInList4') + li=env.t('rebirthInList5') br .achievement-sun.pull-left(style='margin-right: 5px') p=env.t('rebirthEarnAchievement')