From: Toshi MARUYAMA Date: Wed, 18 May 2011 07:12:48 +0000 (+0000) Subject: remove trailing white-spaces from files controller source. X-Git-Tag: 1.2.0~56 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7e308ae3751d9cd0478c69efe7d5cfbf7583ff36;p=redmine.git remove trailing white-spaces from files controller source. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5837 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/controllers/files_controller.rb b/app/controllers/files_controller.rb index d7234985e..c6974ea1c 100644 --- a/app/controllers/files_controller.rb +++ b/app/controllers/files_controller.rb @@ -13,7 +13,7 @@ class FilesController < ApplicationController 'created_on' => "#{Attachment.table_name}.created_on", 'size' => "#{Attachment.table_name}.filesize", 'downloads' => "#{Attachment.table_name}.downloads" - + @containers = [ Project.find(@project.id, :include => :attachments, :order => sort_clause)] @containers += @project.versions.find(:all, :include => :attachments, :order => sort_clause).sort.reverse render :layout => !request.xhr?