Sha256: 4e05c656fc11d0e3187774f2f13123a6b42a903d2b25186154ec4df6b91e7802
Contents?: true
Size: 822 Bytes
Versions: 1
Compression:
Stored size: 822 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"> <%= link_to t('puffer.logo'), admin_root_path %> </div> <%= yield :header %> <% if current_puffer_user %> <div class="logout"> <%= link_to t('puffer.logout'), admin_session_url, :method => :delete %> </div> <% end %> </div> <%= yield :content %> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
puffer-0.0.29 | app/views/layouts/puffer_base.html.erb |