Sha256: dc63f0b9ebd21a50644d3d8b2f2c18b9227c4e9a98269219ddb0eda0b20b72d9

Contents?: true

Size: 283 Bytes

Versions: 14

Compression:

Stored size: 283 Bytes

Contents

<h3>Products</h3>
<table>
  <tbody>
    <% @products.each do |product| %>
      <tr>
        <td>
          <a href='https://<%="#{@shop_session.url}/admin/products/#{product.id}"%>' target="_blank"> <%= product.id %> </a>
        </td>
      </tr>
    <% end %>
  </tbody>
</table>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
shopify_app-6.3.0 lib/generators/shopify_app/install/templates/index.html.erb
shopify_app-6.2.1 lib/generators/shopify_app/install/templates/index.html.erb
shopify_app-6.2.0 lib/generators/shopify_app/install/templates/index.html.erb
shopify_app-6.1.3 lib/generators/shopify_app/install/templates/index.html.erb
shopify_app-6.1.2 lib/generators/shopify_app/install/templates/index.html.erb
shopify_app-6.1.1 lib/generators/shopify_app/install/templates/index.html.erb
shopify_app-6.1.0 lib/generators/shopify_app/install/templates/index.html.erb
shopify_app-6.0.6 lib/generators/shopify_app/install/templates/index.html.erb
shopify_app-6.0.5 lib/generators/shopify_app/install/templates/index.html.erb
shopify_app-6.0.4 lib/generators/shopify_app/install/templates/index.html.erb
shopify_app-6.0.3 lib/generators/shopify_app/install/templates/index.html.erb
shopify_app-6.0.2 lib/generators/shopify_app/install/templates/index.html.erb
shopify_app-6.0.1 lib/generators/shopify_app/install/templates/index.html.erb
shopify_app-6.0.0 lib/generators/shopify_app/install/templates/index.html.erb