Sha256: 4aec976135318f89d9a695c5e4dbb1dd232dca1ae3d489d448f754ecce613898
Contents?: true
Size: 589 Bytes
Versions: 9
Compression:
Stored size: 589 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> <% 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
9 entries across 9 versions & 1 rubygems