Sha256: cbaabfba4f8af52216d51a5f20d6e6e224fea442d8dce05cc77363a3dd03fe5c

Contents?: true

Size: 853 Bytes

Versions: 2

Compression:

Stored size: 853 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">
          <%= link_to Puffer.logo, puffer_root_path %>
        </div>
        <ul class="namespaces">
          <% puffer_namespaces do |title, path, current| %>
            <li<%= raw(current ? ' class="selected"' : '') %>><%= link_to title, path %></li>
          <% end %>
        </ul>
        <div class="logout">
          <%= link_to t('puffer.logout'), puffer_session_url, :method => :delete %>
        </div>
      </div>
      <div class="content dashboard">
        <%= 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_dashboard.html.erb
puffer-0.0.16 app/views/layouts/puffer_dashboard.html.erb