Sha256: 04e96f72a8f5dc4387bccb5168bd4d6dc19879f6597dbe4af5e14aca1566ecf2
Contents?: true
Size: 749 Bytes
Versions: 5
Compression:
Stored size: 749 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 'Developers', '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
5 entries across 5 versions & 1 rubygems