Sha256: 925674a2a55ffedd81a03d1226f286b61557ec4fab12fe85efacf40667ba1624

Contents?: true

Size: 197 Bytes

Versions: 27

Compression:

Stored size: 197 Bytes

Contents

<h2>Products</h2>

<ul>
  <% @products.each do |product| %>
    <li><%= link_to product.title, "https://#{@shop_session.url}/admin/products/#{product.id}", target: "_top" %></li>
  <% end %>
</ul>

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
shopify_app-7.4.0 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-7.3.0 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-7.2.11 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-7.2.10 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-7.2.9 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-7.2.8 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-7.2.7 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-7.2.6 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-7.2.5 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-7.2.3 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-7.2.0 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-7.1.1 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-7.1.0 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-7.0.11 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-7.0.10 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-7.0.9 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-7.0.8 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-7.0.7 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-7.0.6 lib/generators/shopify_app/home_controller/templates/index.html.erb
shopify_app-7.0.5 lib/generators/shopify_app/home_controller/templates/index.html.erb