Merge pull request #3038 from ulferts/fix/remove_dom_font_reduction

remove dom font reduction
pull/3049/head
Jan Sandbrink 10 years ago
commit d9a8f853c7
  1. 10
      app/views/boards/index.html.erb

@ -47,12 +47,10 @@ See doc/COPYRIGHT.rdoc for more details.
<td align="center"><%= board.topics_count %></td>
<td align="center"><%= board.messages_count %></td>
<td>
<small>
<% if board.last_message %>
<%= authoring board.last_message.created_on, board.last_message.author %><br />
<%= link_to_message board.last_message %>
<% end %>
</small>
<% if board.last_message %>
<%= authoring board.last_message.created_on, board.last_message.author %><br />
<%= link_to_message board.last_message %>
<% end %>
</td>
</tr>
<% end %>

Loading…
Cancel
Save