Sha256: fdfee1f2dda432a06b0909e0b45036beb668390415853e68a1bbd0ec7b3ec395
Contents?: true
Size: 593 Bytes
Versions: 8
Compression:
Stored size: 593 Bytes
Contents
<div class="col-sm-6 col-md-4 post-list-item"> <div class="thumbnail"> <%= 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 %> (<i class="fa fa-cart"></i> <%= post.the_price %>)</a> </h4> <small class="" style="display: block;"><%= post.the_created_at %></small> <hr> <p><%= raw post.the_excerpt %> <%= post.the_edit_link %></p> </div> </div> </div>
Version data entries
8 entries across 8 versions & 1 rubygems