Mercurial > hg > soundsoftware-site
comparison 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 |
comparison
equal
deleted
inserted
replaced
1294:3e4c3460b6ca | 1295:622f24f53b42 |
---|---|
9 </tr></thead> | 9 </tr></thead> |
10 <tbody> | 10 <tbody> |
11 <% Board.board_tree(@boards) do |board, level| %> | 11 <% Board.board_tree(@boards) do |board, level| %> |
12 <tr class="<%= cycle 'odd', 'even' %>"> | 12 <tr class="<%= cycle 'odd', 'even' %>"> |
13 <td style="padding-left: <%= level * 18 %>px;"> | 13 <td style="padding-left: <%= level * 18 %>px;"> |
14 <%= link_to h(board.name), {:action => 'show', :id => board}, :class => "board" %><br /> | 14 <%= link_to h(board.name), project_board_path(board.project, board), :class => "board" %><br /> |
15 <%=h board.description %> | 15 <%=h board.description %> |
16 </td> | 16 </td> |
17 <td class="topic-count"><%= board.topics_count %></td> | 17 <td class="topic-count"><%= board.topics_count %></td> |
18 <td class="message-count"><%= board.messages_count %></td> | 18 <td class="message-count"><%= board.messages_count %></td> |
19 <td class="last-message"> | 19 <td class="last-message"> |