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

Version Path
disco_app-0.16.1.pre.sidekiq.pre.6.pre.release app/views/disco_app/frame/frame.html.erb
disco_app-0.6.2 app/views/disco_app/frame/frame.html.erb
disco_app-0.6.3 app/views/disco_app/frame/frame.html.erb
disco_app-0.6.4 app/views/disco_app/frame/frame.html.erb
disco_app-0.6.5 app/views/disco_app/frame/frame.html.erb
disco_app-0.6.6 app/views/disco_app/frame/frame.html.erb
disco_app-0.6.7 app/views/disco_app/frame/frame.html.erb
disco_app-0.6.8 app/views/disco_app/frame/frame.html.erb
disco_app-0.6.9 app/views/disco_app/frame/frame.html.erb
disco_app-0.7.0 app/views/disco_app/frame/frame.html.erb
disco_app-0.7.1 app/views/disco_app/frame/frame.html.erb
disco_app-0.7.2 app/views/disco_app/frame/frame.html.erb
disco_app-0.8.0 app/views/disco_app/frame/frame.html.erb
disco_app-0.8.1 app/views/disco_app/frame/frame.html.erb
disco_app-0.8.2 app/views/disco_app/frame/frame.html.erb
disco_app-0.8.3 app/views/disco_app/frame/frame.html.erb
disco_app-0.8.4 app/views/disco_app/frame/frame.html.erb
disco_app-0.8.5 app/views/disco_app/frame/frame.html.erb
disco_app-0.8.6 app/views/disco_app/frame/frame.html.erb
disco_app-0.8.7 app/views/disco_app/frame/frame.html.erb