Mercurial > hg > soundsoftware-site
diff app/views/boards/index.html.erb @ 1295:622f24f53b42 redmine-2.3
Update to Redmine SVN revision 11972 on 2.3-stable branch
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:02:21 +0100 |
parents | 433d4f72a19b |
children |
line wrap: on
line diff
--- a/app/views/boards/index.html.erb Fri Jun 14 09:01:12 2013 +0100 +++ b/app/views/boards/index.html.erb Fri Jun 14 09:02:21 2013 +0100 @@ -11,7 +11,7 @@ <% Board.board_tree(@boards) do |board, level| %> <tr class="<%= cycle 'odd', 'even' %>"> <td style="padding-left: <%= level * 18 %>px;"> - <%= link_to h(board.name), {:action => 'show', :id => board}, :class => "board" %><br /> + <%= link_to h(board.name), project_board_path(board.project, board), :class => "board" %><br /> <%=h board.description %> </td> <td class="topic-count"><%= board.topics_count %></td>