Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
switching flickr reference by facebook page reference
Browse files Browse the repository at this point in the history
  • Loading branch information
dwildt committed May 18, 2011
1 parent 97596e8 commit 1be42f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/main.html.erb
Expand Up @@ -21,7 +21,7 @@
<li><%= link_to t('about'), about_url %></li>
<li class="forum"><%= link_to t('forum'), "http://letshelpit.uservoice.com/forums/72267-general?lang=#{I18n.locale.to_s.gsub('-', '_')}" %></li>
<li class="twitter"><%= link_to 'Twitter', 'http://www.twitter.com/letshelpit' %></li>
<li class="flickr"><%= link_to 'Flickr', "http://www.flickr.com" %></li>
<li class="facebook"><%= link_to 'Facebook', "http://www.facebook.com/pages/Lets-Help-It/211745288845791" %></li>
</ul>
<div class="locale">
<%= generate_locale_menu_html.html_safe %>
Expand Down
2 changes: 1 addition & 1 deletion public/stylesheets/style.css
Expand Up @@ -142,7 +142,7 @@ header nav li a:hover {
background: none;
}

.forum, .twitter, .flickr {
.forum, .twitter, .facebook {
padding-left: 20px;
}

Expand Down

0 comments on commit 1be42f9

Please sign in to comment.