mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
This commit is contained in:
committed by
Sabe Jones
parent
99ab9726b4
commit
4ee788f541
@@ -255,7 +255,7 @@ div
|
|||||||
li
|
li
|
||||||
strong {{$t('buffs')}}:
|
strong {{$t('buffs')}}:
|
||||||
| {{user.stats.buffs[stat]}}
|
| {{user.stats.buffs[stat]}}
|
||||||
#allocation(v-if='user._id === userLoggedIn._id')
|
#allocation(v-if='user._id === userLoggedIn._id && user.flags.classSelected && !user.preferences.disableClasses')
|
||||||
.row.title-row
|
.row.title-row
|
||||||
.col-12.col-md-6
|
.col-12.col-md-6
|
||||||
h3(v-if='userLevel100Plus', v-once, v-html="$t('noMoreAllocate')")
|
h3(v-if='userLevel100Plus', v-once, v-html="$t('noMoreAllocate')")
|
||||||
|
|||||||
Reference in New Issue
Block a user