Sha256: b690b7b72bab1e16295abe0fba9e6b00f2806551610736a330821f7151a6979d

Contents?: true

Size: 397 Bytes

Versions: 5

Compression:

Stored size: 397 Bytes

Contents

<% content_for :header do %>
  <ul class="namespaces">
    <% puffer_scopes_navigation do |title, path, current| %>
      <li<%= raw(current ? ' class="selected"' : '') %>><%= link_to title.to_s.humanize, path %></li>
    <% end %>
  </ul>
<% end %>

<% content_for :content do %>
  <div class="content dashboard">
    <%= yield %>
  </div>
<% end %>

<%= render :file => 'layouts/puffer_base' %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
puffer-0.1.1 app/views/layouts/puffer_dashboard.html.erb
puffer-0.1.0 app/views/layouts/puffer_dashboard.html.erb
puffer-0.0.32 app/views/layouts/puffer_dashboard.html.erb
puffer-0.0.31 app/views/layouts/puffer_dashboard.html.erb
puffer-0.0.30 app/views/layouts/puffer_dashboard.html.erb