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