Sha256: beb4c9449ed972ab0e45780f94e3db97626eadd4fe66b6ee15e998aedeab01fd
Contents?: true
Size: 846 Bytes
Versions: 5
Compression:
Stored size: 846 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 respond_to?(:current_user) && !current_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
5 entries across 5 versions & 1 rubygems