Sha256: d6d91b6a5657a6b24ba5c297bc7c70a2e1d15bab447ce1164cd5ec3f9a7a756f

Contents?: true

Size: 491 Bytes

Versions: 2

Compression:

Stored size: 491 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title><%= [@title, 'Puffer'].compact.join(' - ') %></title>
    <meta http-equiv="content-type" content="text/html;charset=utf-8" />
    <%= csrf_meta_tag %>
    <%= puffer_stylesheets %>
  </head>
  <body>
    <div class="body">
      <div class="header">
        <div class="logo">
          <span><%= Puffer.logo %></span>
        </div>
      </div>
      <div class="content sessions">
        <%= yield %>
      </div>
    </div>
  </body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
puffer-0.0.17 app/views/layouts/puffer_sessions.html.erb
puffer-0.0.16 app/views/layouts/puffer_sessions.html.erb