summaryrefslogtreecommitdiffstats
path: root/app/views/boards
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-11-16 07:48:27 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-11-16 07:48:27 +0000
commit4710cd8e6fbc39a866690d8d7d733ba4354e4f76 (patch)
tree18d2efb64c28f9935c4c704a92d126929124762e /app/views/boards
parenta435ca727809ac829c0e7e97467457b76785a155 (diff)
downloadredmine-4710cd8e6fbc39a866690d8d7d733ba4354e4f76.tar.gz
redmine-4710cd8e6fbc39a866690d8d7d733ba4354e4f76.zip
Merged r12265, r12268, r12272 (#15307).
git-svn-id: http://svn.redmine.org/redmine/branches/2.4-stable@12282 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/boards')
-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>