Sha256: c171b3ba7e9fa5b064e76235e6992861af84da5e68029f42d1c538b029b63eb9

Contents?: true

Size: 636 Bytes

Versions: 1

Compression:

Stored size: 636 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 %>
    <%= stylesheet_link_tag    "puffer/application" %>
    <%= javascript_include_tag "puffer/application" %>
    <%= yield :stylesheets %>
    <%= yield :javascripts %>
  </head>
  <body>
    <div class="body">
      <div class="header">
        <div class="logo">
          <span><%= t('puffer.logo') %></span>
        </div>
      </div>
      <div class="content sessions">
        <%= yield %>
      </div>
    </div>
  </body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

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