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:
parent
0b447797d3
commit
420f10ee49
|
@ -20,7 +20,7 @@
|
||||||
<small>
|
<small>
|
||||||
<% if board.last_message %>
|
<% if board.last_message %>
|
||||||
<%= authoring board.last_message.created_on, board.last_message.author %><br />
|
<%= authoring board.last_message.created_on, board.last_message.author %><br />
|
||||||
<%= link_to_message board.last_message %>
|
<%= link_to_message board.last_message %>
|
||||||
<% end %>
|
<% end %>
|
||||||
</small>
|
</small>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in New Issue