impress/app/views/items/show.html.haml

22 lines
666 B
Text
Raw Normal View History

2010-05-15 17:46:41 -07:00
%header
= image_tag @item.thumbnail_url, :id => 'item-thumbnail'
%h2#item-name= @item.name
2010-05-15 17:49:13 -07:00
%p= @item.description
%h3 Preview
#item-preview
#item-preview-species= standard_species_images(@item.supported_species)
#item-preview-error
2010-05-16 17:45:30 -07:00
#item-preview-swf{'data-impress-host' => RemoteImpressHost}
Javascript and Flash are required to preview wearables. Sorry!
2010-06-07 16:50:49 -07:00
:javascript
var CURRENT_ITEM_ZONES_RESTRICT = #{@item.zones_restrict.inspect};
- content_for :javascripts do
= javascript_include_tag 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js',
'http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js',
'items/show'