Skip to content

Commit

Permalink
Add contact info to footer
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmeissl committed Aug 30, 2011
1 parent 1b18a62 commit dffa66f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/_footer.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
</div>
<div id="links">
<p><%= link_to_homesite 'About us', 'about' %> &middot; <%= link_to_homesite 'Press', 'media' %> &middot; <%= link_to_homesite 'Terms', 'terms' %></p>
<p><%= mail_to 'staff@brighterplanet.com' %> &middot; (800) 442-1521</p>
<% cache 'brighter_planet_layout/footer', :expires_in => 10.minutes do %>
<%= footprint_badge :attribution => true %>
<% end %>
Expand Down

0 comments on commit dffa66f

Please sign in to comment.