From 9ccab259b057b37f94119a839643f06a77cb0bcd Mon Sep 17 00:00:00 2001 From: Alys Date: Wed, 15 Jul 2015 13:29:03 +1000 Subject: [PATCH] add message to Inventory/Market (drops) page to explain where quests have gone --- common/locales/en/quests.json | 1 + website/views/options/inventory/drops.jade | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/common/locales/en/quests.json b/common/locales/en/quests.json index a5cdfaf5eb..72cdbe3832 100644 --- a/common/locales/en/quests.json +++ b/common/locales/en/quests.json @@ -1,6 +1,7 @@ { "quests": "Quests", "quest": "quest", + "whereAreMyQuests": "Quests are now available on their own page! Click on Inventory -> Quests to find them.", "yourQuests": "Your Quests", "questsForSale": "Quests for Sale", "petQuests": "Pet and Mount Quests", diff --git a/website/views/options/inventory/drops.jade b/website/views/options/inventory/drops.jade index 3075bd7f5e..278174e339 100644 --- a/website/views/options/inventory/drops.jade +++ b/website/views/options/inventory/drops.jade @@ -31,6 +31,10 @@ ng-click='choosePotion(pot)') .badge.badge-info.stack-count {{points}} + li.customize-menu + menu.pets-menu(label=env.t('quests')) + p=env.t('whereAreMyQuests') + li.customize-menu menu.pets-menu(label=env.t('food') + ' ({{foodCount}})') p.muted(ng-show='foodCount < 1')=env.t('noFood') @@ -42,7 +46,6 @@ ng-click='chooseFood(food)') .badge.badge-info.stack-count {{points}} - li.customize-menu menu.pets-menu(label=env.t('special')) mixin specialItem(k) @@ -167,6 +170,10 @@ | {{::food.value}}  span.Pet_Currency_Gem1x.inline-gems + li.customize-menu + menu.pets-menu(label=env.t('quests')) + p=env.t('whereAreMyQuests') + li.customize-menu menu.pets-menu(label=env.t('special')) div