Index: app/views/boards/index.html.erb =================================================================== --- app/views/boards/index.html.erb (Revision 20718) +++ app/views/boards/index.html.erb (Arbeitskopie) @@ -16,9 +16,9 @@ <% Board.board_tree(@boards) do |board, level| %> - - <%= link_to board.name, project_board_path(board.project, board), :class => "board" %>
- <%=h board.description %> + + <%= link_to board.name, project_board_path(board.project, board), :class => "board" %> +

<%=h board.description %>

<%= board.topics_count %> <%= board.messages_count %>