Sha256: fc3bb5b81e3fb213ec560dcfdaf0d0a77b4ad7173498d23744bc86969bffca94
Contents?: true
Size: 695 Bytes
Versions: 1
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 'Products', 'products' %></li> <li><%= link_to_homesite 'About us', '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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
brighter_planet_layout-0.2.21 | app/views/layouts/_header.html.erb |