<% page_title "Forum" %> <%= render "secondary_links" %>

Forum

Categories: <%= link_to "All", forum_topics_path %>, <% if CurrentUser.is_moderator? %> <%= link_to "Mod+", forum_topics_path(:search => {:mod_only => true}) %>, <% end %> <%= ForumTopic::CATEGORIES.map {|id, name| link_to_unless_current(name, forum_topics_path(:search => {:category_id => id}))}.join(", ").html_safe %>

<%= render "listing", forum_topics: @forum_topics %> <%= numbered_paginator(@forum_topics) %>
<% content_for(:html_header, auto_discovery_link_tag(:atom, forum_topics_url(:atom), title: "Forum Topics")) %>