From f8cdcd2e75c7baab4760adae2f0920cbd78a0bb7 Mon Sep 17 00:00:00 2001 From: Melissa Mcewen Date: Sun, 28 Dec 2014 23:35:47 -0600 Subject: [PATCH] Inconsistent alignment of Gem prices in Seasonal Shop #4434 --- views/options/inventory/inventory.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/options/inventory/inventory.jade b/views/options/inventory/inventory.jade index e3fc8a077c..df93bb1001 100644 --- a/views/options/inventory/inventory.jade +++ b/views/options/inventory/inventory.jade @@ -41,7 +41,7 @@ script(type='text/ng-template', id='partials/options.inventory.seasonalshop.html div(ng-repeat='quest in ::getSeasonalShopQuests()') button.customize-option(popover="{{::quest.previous && !user.achievements.quests[quest.previous] ? env.t('scrollsPre') : quest.notes() | htmlDecode}}", popover-title='{{::quest.text()}}', popover-trigger='mouseenter', popover-placement='right', ng-click='buyQuest(quest.key)', class='inventory_quest_scroll', ng-class='::{locked: quest.previous && !user.achievements.quests[quest.previous]}') p - | {{::quest.value}} + | {{::quest.value}}  span.Pet_Currency_Gem1x.inline-gems script(type='text/ng-template', id='partials/options.inventory.timetravelers.html')