mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
12 lines
254 B
Text
12 lines
254 B
Text
|
img(src=item.getPortraitURL()).img-thumbnail
|
||
|
div.item-info
|
||
|
if includes.name
|
||
|
strong= item.get('name')
|
||
|
if includes.stats
|
||
|
- var stats = item.getFrontFacingStats()
|
||
|
ul
|
||
|
for stat in stats
|
||
|
li #{stat.name}: #{stat.value}
|
||
|
.clearfix
|
||
|
|
||
|
|