replace tabs to spaces at app/views/my/_block.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7345 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-17 21:55:02 +00:00
parent 2369de78e0
commit 84aca0cd61
1 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,6 @@
</div>
<div class="handle">
<%= render :partial => "my/blocks/#{block_name}", :locals => { :user => user } %>
</div>
<%= render :partial => "my/blocks/#{block_name}", :locals => { :user => user } %>
</div>
</div>