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

Version Path
shopify_app-13.5.0 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-13.4.1 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-13.4.0 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-13.3.0 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-13.2.0 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-13.1.1 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-13.1.0 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-13.0.1 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-13.0.0 lib/generators/shopify_app/home_controller/templates/index.html.erb