Skip to content

Commit

Permalink
Remove duplicate link to discussions
Browse files Browse the repository at this point in the history
  • Loading branch information
hinrik committed Apr 25, 2012
1 parent 02f2c99 commit 16a2ebf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/feed_controller.rb
Expand Up @@ -511,7 +511,6 @@ def setup_menu_items
@items[2]=[tr("Everything", "view/feed/_nav"), url_for(:controller => "feed", :action => "activities")]
@items[3]=[tr("Discussions", "view/feed/_nav"), url_for(:controller => "feed", :action => "discussions")]
@items[4]=[tr("Points", "view/feed/_nav"), url_for(:controller => "feed", :action => "points")]
@items[6]=[tr("All", "view/feed/_nav"), url_for(:controller => "feed", :action => "discussions")]
@items[7]=[tr("All Social Points", "view/feed/_nav"), url_for(:controller => "feed", :action => "capital")]
if logged_in?
@items[8]=[tr("Yours", "view/feed/_nav"), url_for(:controller => "feed", :action => "your_discussions")]
Expand Down

0 comments on commit 16a2ebf

Please sign in to comment.