From ee34db677f15928c9da04d24b7118cf9d208704f Mon Sep 17 00:00:00 2001 From: r888888888 Date: Tue, 23 Jul 2013 15:24:45 -0700 Subject: [PATCH] fixes #1855 --- app/views/forum_topics/index.html.erb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/views/forum_topics/index.html.erb b/app/views/forum_topics/index.html.erb index 14e838df6..6e5ff00d8 100644 --- a/app/views/forum_topics/index.html.erb +++ b/app/views/forum_topics/index.html.erb @@ -2,6 +2,11 @@

Forum

+

+ Categories: + <%= link_to "All", forum_topics_path %>, <%= ForumTopic::CATEGORIES.map {|id, name| link_to_unless_current(name, forum_topics_path(:search => {:category_id => id}))}.join(", ").html_safe %> +

+