This commit is contained in:
r888888888
2013-07-23 15:24:45 -07:00
parent 532bb6260c
commit ee34db677f

View File

@@ -2,6 +2,11 @@
<div id="a-index">
<h1>Forum</h1>
<p>
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 %>
</p>
<table width="100%" class="striped">
<thead>
<tr>