Sha256: eed03e61bad13eb07579a1f0bdea0c83c4da805779e75f0ac84bcaa757b090d7

Contents?: true

Size: 746 Bytes

Versions: 3

Compression:

Stored size: 746 Bytes

Contents

<div id="header">
  <h1><span>Brighter Planet</span></h1>
  <ul>
    <li><%= link_to 'Home', 'http://brighterplanet.com' %></li>
    <li><%= link_to 'Products', 'http://brighterplanet.com/products' %></li>
    <li><%= link_to 'About us', 'http://brighterplanet.com/about' %></li>
    <li><%= link_to 'Blog', 'http://numbers.brighterplanet.com/' %></li>
    <li><%= link_to 'Dev hub', 'http://brighterplanet.github.com' %></li>
  </ul>
</div>

<div id="title">
<%= render :partial => 'layouts/title' %> 
</div>

<% if flash[:error] or flash[:notice] %>
<div id="flash">
<% if error = flash[:error] %>
<p class="flash error"><%= error %></p>
<% elsif notice = flash[:notice] %>
<p class="flash notice"><%= notice %></p>
<% end %>
</div>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
brighter_planet_layout-0.2.15 app/views/layouts/_header.html.erb
brighter_planet_layout-0.2.14 app/views/layouts/_header.html.erb
brighter_planet_layout-0.2.13 app/views/layouts/_header.html.erb