forked from OpenNeo/impress
9 lines
No EOL
227 B
Text
9 lines
No EOL
227 B
Text
.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: "" |