- title @item.name - content_for :meta do %link{:rel => 'canonical', :href => url_for(@item)} - cache "items_show_#{@item.id}_main_content" do %header#item-header = image_tag @item.thumbnail_url, :id => 'item-thumbnail' %div %h2#item-name= @item.name = nc_icon_for(@item) - unless @item.rarity.blank? == Rarity: #{@item.rarity_index} (#{@item.rarity}) = link_to 'NeoItems', neoitems_url_for(@item), :class => 'button' - if @hanger = form_for(@hanger, :url => user_item_closet_hanger_path(current_user, @item), :html => {:id => 'closet-hanger-form'}) do |f| - if @hanger.new_record? %header Do you own this item? %p We can help you track your closet. = f.hidden_field :quantity = f.submit "I own this item!" - else = f.label :quantity, "How many of these do you own?" = f.number_field :quantity, :min => 0, :required => true = f.submit "Save" = link_to 'Your Items →'.html_safe, user_closet_hangers_path(current_user), :id => 'closet-hanger-form-your-items' %p= @item.description #item-zones %p %strong Occupies: = list_zones @item.occupied_zones, :uncertain_label %p %strong Restricts: - if @item.restricted_zones.empty? None - else = list_zones @item.restricted_zones #item-preview-header %h3 Preview %a#customize-more.button{:href => '/'} Customize more #item-preview #item-preview-species= standard_species_images_for(@item) #item-preview-error #item-preview-swf Javascript and Flash are required to preview wearables. Sorry! :javascript var CURRENT_ITEM_ZONES_RESTRICT = #{@item.zones_restrict.inspect}, IMPRESS_HOST = #{RemoteImpressHost.inspect}; = include_javascript_libraries :jquery, :swfobject = javascript_include_tag 'items/show'