summaryrefslogtreecommitdiffstats
path: root/app/views/boards/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/boards/index.html.erb')
-rw-r--r--app/views/boards/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/boards/index.html.erb b/app/views/boards/index.html.erb
index f859e822b..640b8a1a3 100644
--- a/app/views/boards/index.html.erb
+++ b/app/views/boards/index.html.erb
@@ -10,7 +10,7 @@
<tbody>
<% Board.board_tree(@boards) do |board, level| %>
<tr class="<%= cycle 'odd', 'even' %>">
- <td style="padding-left: <%= level * 18 %>px;">
+ <td class="name" style="padding-left: <%= level * 18 %>px;">
<%= link_to h(board.name), project_board_path(board.project, board), :class => "board" %><br />
<%=h board.description %>
</td>