Sha256: 14fa1d6eb3b89f85457e59b4c63ed3858004ed3da1ff4e25fff1738c970f9cbe

Contents?: true

Size: 394 Bytes

Versions: 7

Compression:

Stored size: 394 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title><%= ShopifyApp.configuration.application_name %></title>
    <%= yield :head %>
    <script
      data-api-key="<%= ShopifyApp.configuration.api_key %>"
      src="https://cdn.shopify.com/shopifycloud/app-bridge.js">
    </script>
    <%= csrf_meta_tags %>
  </head>

  <body>
    <%= yield %>
  </body>
</html>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
shopify_app-22.5.1 app/views/shopify_app/layouts/app_bridge.html.erb
shopify_app-22.5.0 app/views/shopify_app/layouts/app_bridge.html.erb
shopify_app-22.4.0 app/views/shopify_app/layouts/app_bridge.html.erb
shopify_app-22.3.1 app/views/shopify_app/layouts/app_bridge.html.erb
shopify_app-22.3.0 app/views/shopify_app/layouts/app_bridge.html.erb
shopify_app-22.2.1 app/views/shopify_app/layouts/app_bridge.html.erb
shopify_app-22.2.0 app/views/shopify_app/layouts/app_bridge.html.erb