% unless with_cookie_authentication? %>
<% end %>
Products
<% unless with_cookie_authentication? %>
Loading...
<% else %>
<%% @products.each do |product| %>
- <%%= link_to product.title, "https://#{@current_shopify_session.domain}/admin/products/#{product.id}", target: "_top" %>
<%% end %>
<% end %>
Webhooks
<%% if @webhooks.present? %>
<%% @webhooks.each do |webhook| %>
- <%%= webhook.topic %> : <%%= webhook.address %>
<%% end %>
<%% else %>
This app has not created any webhooks for this Shop. Add webhooks to your ShopifyApp initializer if you need webhooks
<%% end %>