Sha256: ecd66bdd12151b8875b63cfbd76ac5f5761c813f96c647d0853097ee746ca591
Contents?: true
Size: 659 Bytes
Versions: 5
Compression:
Stored size: 659 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 'Blog', 'http://blog.brighterplanet.com/' %></li> <li><%= link_to 'Dev hub', 'http://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
5 entries across 5 versions & 1 rubygems