Add costume section to member modal

This commit is contained in:
MathWhiz
2016-07-09 01:11:15 -05:00
parent e7bd8ca04d
commit c2fcbb3474
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -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()}}