Sha256: 0f013a1f7babadd71023a0da9b731d5dca664ab523993a72faf2746146204af2
Contents?: true
Size: 564 Bytes
Versions: 1
Compression:
Stored size: 564 Bytes
Contents
<div id="header"> <h1><%= image_tag 'logo.png' :alt => "Brighter Planet" %></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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
brighter_planet_layout-0.1.1 | app/views/layouts/_header.html.erb |