@@ -14,15 +14,13 | |||
|
14 | 14 | <%= link_to h(board.name), {:action => 'show', :id => board}, :class => "board" %><br /> |
|
15 | 15 | <%=h board.description %> |
|
16 | 16 | </td> |
|
17 |
<td |
|
|
18 |
<td |
|
|
19 | <td> | |
|
20 | <small> | |
|
17 | <td class="topic-count"><%= board.topics_count %></td> | |
|
18 | <td class="message-count"><%= board.messages_count %></td> | |
|
19 | <td class="last-message"> | |
|
21 | 20 | <% if board.last_message %> |
|
22 | 21 | <%= authoring board.last_message.created_on, board.last_message.author %><br /> |
|
23 | 22 | <%= link_to_message board.last_message %> |
|
24 | 23 | <% end %> |
|
25 | </small> | |
|
26 | 24 | </td> |
|
27 | 25 | </tr> |
|
28 | 26 | <% end %> |
@@ -238,6 +238,8 table.attributes th { vertical-align: top; text-align: left; } | |||
|
238 | 238 | table.attributes td { vertical-align: top; } |
|
239 | 239 | |
|
240 | 240 | table.boards a.board, h3.comments { background: url(../images/comment.png) no-repeat 0% 50%; padding-left: 20px; } |
|
241 | table.boards td.topic-count, table.boards td.message-count {text-align:center;} | |
|
242 | table.boards td.last-message {font-size:80%;} | |
|
241 | 243 | |
|
242 | 244 | table.query-columns { |
|
243 | 245 | border-collapse: collapse; |
General Comments 0
You need to be logged in to leave comments.
Login now