##// END OF EJS Templates
Add links to forums....
Jean-Philippe Lang -
r9941:9ef719f15e91
parent child
Show More
@@ -10,7 +10,7
10 <% @project.boards.each do |board|
10 <% @project.boards.each do |board|
11 next if board.new_record? %>
11 next if board.new_record? %>
12 <tr class="<%= cycle 'odd', 'even' %>">
12 <tr class="<%= cycle 'odd', 'even' %>">
13 <td><%=h board.name %></td>
13 <td><%= link_to board.name, project_board_path(@project, board) %></td>
14 <td><%=h board.description %></td>
14 <td><%=h board.description %></td>
15 <td align="center">
15 <td align="center">
16 <% if authorize_for("boards", "edit") %>
16 <% if authorize_for("boards", "edit") %>
General Comments 0
You need to be logged in to leave comments. Login now