forked from OpenNeo/impress
oops, outfits#edit items template was missing description
This commit is contained in:
parent
b3f048b922
commit
3d0b69e944
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ Partial.ItemSet = function ItemSet(wardrobe, selector) {
|
|||
li = item_template.tmpl({
|
||||
id: item.id,
|
||||
name: item.name,
|
||||
description: item.description,
|
||||
thumbnail_url: item.thumbnail_url,
|
||||
url: item.getURL(),
|
||||
nc: typeof item.rarity_index != 'undefined' &&
|
||||
|
|
Loading…
Reference in a new issue