Sha256: 1ff67de9b33bd82d50cf31596384b5c04a23edd626b8dd497b231fc6faf5837d
Contents?: true
Size: 1.19 KB
Versions: 30
Compression:
Stored size: 1.19 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<%= " class=\"#{ @bodyclass }\"".html_safe if @bodyclass %>> <%= 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
30 entries across 30 versions & 2 rubygems