Sha256: 8d8187f25fd0396f2de9addd18eb4ae362ed7c7a5897a03d9f2a61f614bb42ed
Contents?: true
Size: 978 Bytes
Versions: 3
Compression:
Stored size: 978 Bytes
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/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
3 entries across 3 versions & 1 rubygems