Sha256: 4052b3762d0049bf58d270c5b3def41ae1e50c06a90fcc76620b2c8af9b3b554
Contents?: true
Size: 484 Bytes
Versions: 3
Compression:
Stored size: 484 Bytes
Contents
<div class="col-sm-6 col-md-3"> <div class="thumbnail thumbnail-product"> <%= link_to product_path(product) do %> <%= image_tag product.logo_url %> <% end %> <div class="caption"> <h4><%= link_to product.title, product_path(product), :title => product.title %></h4> </div> <div class="info"> <span class="brand"><%= product.provider.name %></span> <span class="price"><i>¥</i><b><%= product.price %></b></span> </div> </div> </div>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rails_trade-0.0.3 | app/views/trade/goods/index/_product.html.erb |
rails_trade-0.0.2 | app/views/trade/goods/index/_product.html.erb |
rails_trade-0.0.1 | app/views/goods/index/_product.html.erb |