Sha256: 31a8cfa45bf5206faae5c5d81d54c473db9c06e3a6f550dfe2e956a5ff0540f1
Contents?: true
Size: 752 Bytes
Versions: 1
Compression:
Stored size: 752 Bytes
Contents
<div class="col-sm-6 col-md-4 post-list-item"> <div class="thumbnail"> <span style="position: absolute; top: 5px; right: 22px"><%= raw post.the_featured_status %></span> <%= raw post.the_link_thumb({}, {style: "height: 200px; width: 100%; display: block;"}) %> <div class="caption"> <h4 id="thumbnail-label"> <a href="<%= post.the_url %>"><%= post.the_title %></a> </h4> <small>SKU: <%= post.the_sku %></small><br> <strong><%= post.the_price %> <span class="pull-right"><%= raw post.the_stock_status %></span></strong><br> <hr/> <p><%= raw post.the_excerpt %></p> </div> </div> <%#= debug post.get_field_values_hash %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
camaleon_ecommerce-0.0.4 | app/views/plugins/ecommerce/front/_post_list_item.html.erb |