summaryrefslogtreecommitdiffstats
path: root/app/views/boards
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/boards')
-rw-r--r--app/views/boards/index.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/boards/index.rhtml b/app/views/boards/index.rhtml
index 440a77412..7cc6a0e2f 100644
--- a/app/views/boards/index.rhtml
+++ b/app/views/boards/index.rhtml
@@ -11,7 +11,7 @@
<% for board in @boards %>
<tr class="<%= cycle 'odd', 'even' %>">
<td>
- <%= link_to h(board.name), {:action => 'show', :id => board}, :class => "icon22 icon22-comment" %><br />
+ <%= link_to h(board.name), {:action => 'show', :id => board}, :class => "board" %><br />
<%=h board.description %>
</td>
<td align="center"><%= board.topics_count %></td>