remove trailing white-spaces from app/views/boards/index.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7259 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-16 23:54:19 +00:00
parent 0b447797d3
commit 420f10ee49
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<small>
<% if board.last_message %>
<%= authoring board.last_message.created_on, board.last_message.author %><br />
<%= link_to_message board.last_message %>
<%= link_to_message board.last_message %>
<% end %>
</small>
</td>