Sha256: d457b4e2f9e9ffc7b02548194d5270161123547867c8fb4f045692314c5dcf00
Contents?: true
Size: 815 Bytes
Versions: 8
Compression:
Stored size: 815 Bytes
Contents
<div id="header"> <h1><span>Brighter Planet</span></h1> <ul> <li class="home"><%= 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> <li><%= link_to_homesite 'Demos', 'demos' %></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
8 entries across 8 versions & 1 rubygems