Sha256: 36da7231b876a86bc116f3c3fe8dadb6bc1b9c01974c7e14404d9440ffdec884
Contents?: true
Size: 421 Bytes
Versions: 2
Compression:
Stored size: 421 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.id}"%> target="_blank"> <%= product.id %> </a> </td> </tr> <% end %> </tbody> </table>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shopify-sinatra-app-0.0.3 | lib/generator/views/home.erb |
shopify-sinatra-app-0.0.2 | lib/generator/views/home.erb |