Add costume section to member modal
This commit is contained in:
@@ -14,5 +14,6 @@ mixin statList(calculatedStat, popover, text, useOneTimeBinding)
|
||||
|
||||
include ./stats/basic-stats
|
||||
include ./stats/equipment
|
||||
include ./stats/costume
|
||||
include ./stats/attributes
|
||||
include ./stats/pets-and-mounts
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
unless mobile
|
||||
h4(class=mobile?'item item-divider':'',
|
||||
ng-show='profile.preferences.costume && user._id != profile._id')=env.t('costume')
|
||||
table.table.table-striped(ng-show='profile.preferences.costume && user._id != profile._id')
|
||||
tr(ng-repeat='(itemType,gear) in profile.items.gear.costume', ng-init='piece=Content.gear.flat[gear]', ng-show='piece')
|
||||
td
|
||||
strong {{piece.text()}}
|
||||
Reference in New Issue
Block a user