remove trailing white-spaces from app/views/my/_block.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7252 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-16 14:09:00 +00:00
parent 4cf6ec45f6
commit f2ebb0d1d3
1 changed files with 3 additions and 3 deletions

View File

@ -5,10 +5,10 @@
:url => { :action => "remove_block", :block => block_name },
:complete => "removeBlock('block_#{block_name.dasherize}')" },
:class => "close-icon"
%>
%>
</div>
<div class="handle">
<%= render :partial => "my/blocks/#{block_name}", :locals => { :user => user } %>
</div>
</div>
</div>