Sha256: fff3ca465d31f20c02b4529859d39ff33640b319c145780ae13265173d9903cc
Contents?: true
Size: 748 Bytes
Versions: 2
Compression:
Stored size: 748 Bytes
Contents
<div id="header"> <h1><span>Brighter Planet</span></h1> <ul> <li><%= link_to_homesite 'Home' %></li> <li><%= link_to_homesite 'About', 'about' %></li> <li><%= link_to_homesite 'Services', 'services' %></li> <li><%= link_to_homesite 'Research', 'research' %></li> </ul> <p><%= link_to 'Developer site', 'http://brighterplanet.github.com' %> · <%= link_to 'Blog', 'http://numbers.brighterplanet.com/' %></p> </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
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
brighter_planet_layout-ruby19-0.3.0 | app/views/layouts/_header.html.erb |
brighter_planet_layout-0.3.0 | app/views/layouts/_header.html.erb |