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:
parent
4cf6ec45f6
commit
f2ebb0d1d3
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue