1
0
Fork 0
forked from OpenNeo/impress
impress/app/views/items/_outfit_viewer.html.haml

9 lines
227 B
Text
Raw Normal View History

.outfit-viewer
- outfit.visible_layers.each do |swf_asset|
%outfit-layer{
data: {
"asset-id": swf_asset.id,
"zone": swf_asset.zone.label,
},
}
= image_tag swf_asset.image_url, alt: ""