Sha256: 2b8a842b49804bff2d6754ce0a3de0b377b9061470737d63d6a16ca8e8aa5d92
Contents?: true
Size: 795 Bytes
Versions: 7
Compression:
Stored size: 795 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <script src="https://cdn.shopify.com/s/assets/external/app.js"></script> <script type="text/javascript"> ShopifyApp.init({ apiKey: "<%= SinatraApp.settings.api_key %>", shopOrigin: "<%= shop_origin %>", debug: true }); </script> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha256-7s5uDGW3AHqw6xtJmNNtr+OBRJUlgkNJEo78P4b0yRw= sha512-nNo+yCHEyn0smMxSswnf/OnX6/KwJuZTlNZBjauKhTK0c+zT+q5JOCx0UFhXQ6rJR9jg6Es8gPuD2uZcYDLqSw==" crossorigin="anonymous"> </head> <body> <div class="container"> <%= erb :'_top_bar', layout: false, locals: locals %> <%= erb :'_flash_messages', layout: false, locals: locals %> <%= yield %> </div> </body> </html>
Version data entries
7 entries across 7 versions & 2 rubygems