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 %> +

+