Sha256: f70ef6caefad76f3f84610c963c356854b9f99e6f5ea5629df5a87c0730abba6
Contents?: true
Size: 848 Bytes
Versions: 2
Compression:
Stored size: 848 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'), puffer_root_path %> </div> <%= yield :header %> <% if respond_to?(:current_user) && !current_user %> <div class="logout"> <%= link_to t('puffer.logout'), puffer_session_url, :method => :delete %> </div> <% end %> </div> <%= yield :content %> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
puffer-0.0.22 | app/views/layouts/puffer_base.html.erb |
puffer-0.0.21 | app/views/layouts/puffer_base.html.erb |