Sha256: 8e3374f3c19dd6064dda615fe4a731021fe3830cf8a538f1ef2ae36f00b11f3a
Contents?: true
Size: 943 Bytes
Versions: 2
Compression:
Stored size: 943 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 %> <%= yield :stylesheets %> <%= puffer_javascripts %> <%= yield :javascripts %> </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.19 | app/views/layouts/puffer_dashboard.html.erb |
puffer-0.0.18 | app/views/layouts/puffer_dashboard.html.erb |