Add links to forums.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10124 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-07-29 11:52:50 +00:00
parent 2175e4a901
commit 9ef719f15e
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<% @project.boards.each do |board|
next if board.new_record? %>
<tr class="<%= cycle 'odd', 'even' %>">
<td><%=h board.name %></td>
<td><%= link_to board.name, project_board_path(@project, board) %></td>
<td><%=h board.description %></td>
<td align="center">
<% if authorize_for("boards", "edit") %>