Sha256: c29f9f9d8841aaf3796474b5f05d3dabe5473242e146f19b96da4ac3bca271ef
Contents?: true
Size: 1.6 KB
Versions: 5
Compression:
Stored size: 1.6 KB
Contents
<h1> <%= @auction.title %> </h1> <div> <%= render partial: 'spree/shared/time_in_words_display', locals: { auction: @auction } %> </div> <div> <%= Spree.t("ends_at") %> <span class="bold"> <%= local_time(@auction.current_end_datetime, "%l:%M%p on %A, %B %e") %> </span> </div> <p> <%= @auction.description %> </p> <div data-hook="product_show" itemscope itemtype="http://schema.org/Product"> <% @body_id = 'product-details' %> <div class="columns six alpha" data-hook="product_left_part"> <div class="row" data-hook="product_left_part_wrap"> <div id="product-images" data-hook="product_images"> <div id="main-image" data-hook> <%= render partial: 'image' %> </div> <div id="thumbnails" data-hook> <%= render partial: 'thumbnails' %> </div> </div> <div data-hook="product_properties"> <%= render partial: 'properties' %> </div> <div data-hook="promotions"> <%= render partial: 'promotions' %> </div> </div> </div> <div class="columns ten omega" data-hook="product_right_part"> <div class="row" data-hook="product_right_part_wrap"> <div id="product-description" data-hook="product_description"> <h1 class="product-title" itemprop="name"><%= @product.name %></h1> <div itemprop="description" data-hook="description"> <%= product_description(@product) rescue t('spree.product_has_no_description') %> </div> <div id="bid-form" data-hook="bid_form"> <%= render partial: 'bid_form' %> </div> </div> </div> </div>
Version data entries
5 entries across 5 versions & 1 rubygems