Sha256: e3d050bd64eeb52b917c10f96005a1eb99916b7f4de570b7dcb80c782429a944
Contents?: true
Size: 695 Bytes
Versions: 19
Compression:
Stored size: 695 Bytes
Contents
<div id="header"> <h1><span>Brighter Planet</span></h1> <ul> <li><%= link_to_homesite 'Home' %></li> <li><%= link_to_homesite 'About us', 'about' %></li> <li><%= link_to_homesite 'Products', 'products' %></li> <li><%= link_to 'Developers', 'http://brighterplanet.github.com' %></li> <li><%= link_to 'Blog', 'http://numbers.brighterplanet.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
19 entries across 19 versions & 2 rubygems