Sha256: 647fb232d86754e4fbd9cfc25f8d5a46398b942eaef4108753a5d09d417e80cd

Contents?: true

Size: 269 Bytes

Versions: 4

Compression:

Stored size: 269 Bytes

Contents

<!DOCTYPE html>
<%= render '/refinery/html_tag' %>
<%= render '/refinery/head' %>
<body>
<div id="page_container">
  <div id="page_padding">
    <section id="page">
      <%= yield %>
    </section>
  </div>
</div>
<%= render '/refinery/javascripts' %>
</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
refinerycms-registrations-0.2.1 app/views/layouts/print.html.erb
refinerycms-registrations-0.1.2 app/views/layouts/print.html.erb
refinerycms-registrations-0.1.1 app/views/layouts/print.html.erb
refinerycms-registrations-0.1.0 app/views/layouts/print.html.erb