Sha256: 1dec7ac3b8311e1242ec4a1b84cd4b34072b579e0dd97ace33900f8145402874
Contents?: true
Size: 813 Bytes
Versions: 8
Compression:
Stored size: 813 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 'Apps', 'apps' %></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