Sha256: ee95cfe8eed477c75653b2429202509c5c7f1e2d427eebe2fbcfba9b2011379c

Contents?: true

Size: 530 Bytes

Versions: 28

Compression:

Stored size: 530 Bytes

Contents

<h2>Products</h2>

<ul>
  <% @products.each do |product| %>
    <li><%= link_to product.title, "https://#{@shop_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

28 entries across 28 versions & 1 rubygems

Version Path
shopify_app-12.0.7 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-12.0.6 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-12.0.5 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-12.0.4 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-12.0.3 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-12.0.2 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-12.0.1 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-12.0.0 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-11.7.1 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-11.7.0 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-11.6.0 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-11.5.1 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-11.5.0 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-11.4.0 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-11.3.2 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-11.3.1 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-11.3.0 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-11.2.0 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-11.1.0 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-11.0.2 lib/generators/shopify_app/home_controller/templates/index.html.erb