mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
fix: Add missing sprite class for skills icon in rewards column
closes #4276 closes #6950
This commit is contained in:
parent
b4eb386047
commit
ecb9e09ad8
1 changed files with 1 additions and 1 deletions
|
|
@ -19,5 +19,5 @@ ul.items(ng-if='main && list.type=="reward" && user.stats.class && !user.prefere
|
|||
strong {{::skill.mana}}
|
||||
=env.t('mp')
|
||||
// main content
|
||||
span(ng-class='{"shop_{{::skill.key}} shop-sprite item-img": true}')
|
||||
span(ng-class='{"shop_{{::skill.key}} shop-sprite item-img": true}').reward-img
|
||||
p.task-text {{::skill.text()}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue