diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-16 23:54:19 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2011-09-16 23:54:19 +0000 |
commit | 420f10ee4939ba27cce8190315f1184096988996 (patch) | |
tree | 2e365ce9d6c9ff2da01d8592c69a95953b80fc1c /app/views | |
parent | 0b447797d323f52c9099af38aea74cd92d61a808 (diff) | |
download | redmine-420f10ee4939ba27cce8190315f1184096988996.tar.gz redmine-420f10ee4939ba27cce8190315f1184096988996.zip |
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
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/boards/index.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/boards/index.html.erb b/app/views/boards/index.html.erb index 6310f942e..7c79835e7 100644 --- a/app/views/boards/index.html.erb +++ b/app/views/boards/index.html.erb @@ -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> |