mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
Merge pull request #3139 from mapleoin/partygems
fix Guild Gems strings on the party tab
This commit is contained in:
commit
3ca84d8ef1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
a.pull-right.gem-wallet(popover-trigger='mouseenter', popover-title=env.t('guildBankPop1'), popover=env.t('guildBankPop2'), popover-placement='left', popover-html='true')
|
a.pull-right.gem-wallet(ng-if='group.type!="party"', popover-trigger='mouseenter', popover-title=env.t('guildBankPop1'), popover=env.t('guildBankPop2'), popover-placement='left', popover-html='true')
|
||||||
// <span class="task-action-btn tile flush bright add-gems-btn">+</span>
|
// <span class="task-action-btn tile flush bright add-gems-btn">+</span>
|
||||||
span.task-action-btn.tile.flush.neutral
|
span.task-action-btn.tile.flush.neutral
|
||||||
.Pet_Currency_Gem2x.Gems
|
.Pet_Currency_Gem2x.Gems
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue