Skip to content

Commit

Permalink
Ratings w/o icon on leftnav
Browse files Browse the repository at this point in the history
  • Loading branch information
tashian committed Apr 21, 2011
1 parent dca5854 commit 8c39cdd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/navigation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,10 @@
m.item :mentions, 'News & Blog Coverage', news_person_path(@person)
m.item :tweets, 'Social Media Mentions', social_person_path(@person)
m.item :money_trail, 'Campaign Contributions', money_trail_person_path(@person)
m.item :money_trail, 'Interest Group Ratings', ratings_person_path(@person)
m.item :ratings, 'Interest Group Ratings', ratings_person_path(@person)
m.item :videos, 'Videos', videos_person_path(@person)
m.item :disqus, 'Comments', discuss_person_path(@person, :anchor => 'disqus_thread')
m.item :committees, 'Committees', committees_person_path(@person), :style => 'display: none;'
m.item :ratings, 'Ratings', ratings_person_path(@person), :style => 'display: none;'
end
end
# if defined?(current_place)
Expand Down

0 comments on commit 8c39cdd

Please sign in to comment.