Sha256: a40100f571812c623568b15e1d1171f054d1f226cb45a1f28c2942118e6cb0b5
Contents?: true
Size: 786 Bytes
Versions: 74
Compression:
Stored size: 786 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Dev Frame</title> <%= stylesheet_link_tag 'disco_app/frame', media: 'all' %> <%= javascript_include_tag 'disco_app/frame' %> </head> <body> <!-- Left Sidebar --> <aside id="sidebar"></aside> <!-- Header Bar --> <header id="header"> <h1 id="header-title"> <img id="header-title-icon" src="<%= image_path('disco_app/icon.svg') %>" width="20" height="20" /> Shopify Dev Frame </h1> <div id="header-actions"> <!-- No action. --> </div> </header> <!-- Content iFrame --> <section id="content-wrapper"> <iframe id="content" src="/"></iframe> </section> <!-- Setup FrameApp. --> <script type="text/javascript"> FrameApp.init({ debug: true, iframe: document.getElementById('content') }); </script> </body> </html>
Version data entries
74 entries across 74 versions & 1 rubygems