Sha256: c8d582f3cd673509204f3c8ef0f0dfa921d2af40280e64214edc9ae0d213a51a

Contents?: true

Size: 812 Bytes

Versions: 1

Compression:

Stored size: 812 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" />
</head>
<body>

<%= render :partial => 'layouts/header' %>

<div id="content">
<%= yield %>
</div>

<%= render_or_nothing :partial => 'layouts/bottom' %>

<%= render :partial => 'layouts/footer' %>

</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
brighter_planet_layout-0.1.8 app/views/layouts/brighter_planet.html.erb