fixes #1855
This commit is contained in:
@@ -2,6 +2,11 @@
|
|||||||
<div id="a-index">
|
<div id="a-index">
|
||||||
<h1>Forum</h1>
|
<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">
|
<table width="100%" class="striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user