Sha256: a0aeb6d635fa47a570bbab9a45e57859fcf5f0a1f316ccdbf5c8e4329892923f
Contents?: true
Size: 413 Bytes
Versions: 2
Compression:
Stored size: 413 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=<%="#{current_shop_url}/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.1.5 | lib/generator/views/home.erb |
shopify-sinatra-app-0.1.4 | lib/generator/views/home.erb |