Sha256: 591e9163d8f03b543347962e506addd8d7f500c7c3b24cdb39a732a28934e607
Contents?: true
Size: 539 Bytes
Versions: 12
Compression:
Stored size: 539 Bytes
Contents
<div id="header"> <h1><span>Brighter Planet</span></h1> <ul> <li><%= link_to 'Home', 'http://brighterplanet.com' %></li> <li><%= link_to 'About us', 'http://brighterplanet.com/about' %></li> <li><%= link_to 'Dev hub', 'http://brighterplanet.com' %></li> </ul> </div> <div id="title"> <%= render :partial => 'layouts/title' %> </div> <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>
Version data entries
12 entries across 12 versions & 1 rubygems