]> source.dussan.org Git - redmine.git/commitdiff
remove trailing white-spaces from app/views/my/_block.html.erb
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 16 Sep 2011 14:09:00 +0000 (14:09 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Fri, 16 Sep 2011 14:09:00 +0000 (14:09 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7252 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/my/_block.html.erb

index b8e7192b8d4f316043c9a604b513e82bfc9e6f2e..7c1ab3d5e944204ae4b8df384f2827400e139a1f 100644 (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>
\ No newline at end of file
+</div>