Sha256: 55abb08014b3530bba5e3839a6be62b1c0d89052458f8adbe851c5fc20454995
Contents?: true
Size: 541 Bytes
Versions: 9
Compression:
Stored size: 541 Bytes
Contents
<h2>Products</h2> <ul> <% @products.each do |product| %> <li><%= link_to product.title, "https://#{@current_shopify_session.domain}/admin/products/#{product.id}", target: "_top" %></li> <% end %> </ul> <hr> <h2>Webhooks</h2> <% if @webhooks.present? %> <ul> <% @webhooks.each do |webhook| %> <li><%= webhook.topic %> : <%= webhook.address %></li> <% end %> </ul> <% else %> <p>This app has not created any webhooks for this Shop. Add webhooks to your ShopifyApp initializer if you need webhooks</p> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems