Sha256: ca9f7236c9e08c8fb1c004ef57a91cd648c29d4cf1803a192fdf5440cd869b26
Contents?: true
Size: 1.01 KB
Versions: 4
Compression:
Stored size: 1.01 KB
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr" id="brighterplanet-com"> <title><%= title = @title ? "#{@title} [#{Rails.application.name}]" : Rails.application.name %></title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="Content-Language" content="en" /> <%= stylesheet_link_tag 'brighter_planet', 'application' %> <%= csrf_meta_tag %> <link rel="shortcut icon" type="image/ico" href="/favicon.ico" /> <%= render_or_nothing :partial => 'layouts/head' %> <%= yield :head %> </head> <body> <%= render :partial => 'layouts/google_analytics' %> <%= render :partial => 'layouts/header' %> <%= render_or_nothing :partial => 'layouts/top' %> <%= yield :top %> <div id="content"> <%= yield %> </div> <%= render_or_nothing :partial => 'layouts/bottom' %> <%= yield :bottom %> <%= render :partial => 'layouts/footer' %> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems