This commit is contained in:
r888888888
2013-07-23 15:29:39 -07:00
parent ee34db677f
commit 468d68d834

View File

@@ -18,7 +18,7 @@
</thead> </thead>
<tbody> <tbody>
<% @forum_topics.each do |topic| %> <% @forum_topics.each do |topic| %>
<tr class="forum-topic-row"> <tr class="forum-topic-row forum-topic-category-<%= topic.category_id %>">
<td> <td>
<% if topic.is_sticky? %> <% if topic.is_sticky? %>
<span class="sticky">Sticky:</span> <span class="sticky">Sticky:</span>