Sha256: 540cb80b0913516596fcd69455597656e60ccdf95a98e67cac582a1ac124a48e
Contents?: true
Size: 1.13 KB
Versions: 2
Compression:
Stored size: 1.13 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"> <head> <title><%= title = @title ? "#{@title} [#{::BrighterPlanetLayout.application_name}]" : ::BrighterPlanetLayout.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', 'idle' %> <%= javascript_include_tag :defaults %> <%= csrf_meta_tag if ::Rails::VERSION::MAJOR == 3 %> <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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
brighter_planet_layout-0.2.15 | app/views/layouts/brighter_planet.html.erb |
brighter_planet_layout-0.2.14 | app/views/layouts/brighter_planet.html.erb |