Sha256: a97f02dc4fa00d7f1f92f5823523a9f17a295eaac5bb0c45088b5eddb66acd88
Contents?: true
Size: 437 Bytes
Versions: 1
Compression:
Stored size: 437 Bytes
Contents
<%= erb :"_top_bar", :layout => false, :locals => locals %> <h3>Shopify Sinatra App</h3> <p>Welcome!</p> <h3>Products</h3> <table class="table table-striped table-hover"> <tbody> <% @products.each do |product| %> <tr> <td> <a href=<%="https://#{@shop.name}/admin/products/#{product.product_id}"%> target="_blank"> <%= product.product_id %> </a> </td> </tr> <% end %> </tbody> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shopify-sinatra-app-0.0.1 | lib/generator/views/home.erb |