@@ -13,7 +13,7 class FilesController < ApplicationController | |||
|
13 | 13 | 'created_on' => "#{Attachment.table_name}.created_on", |
|
14 | 14 | 'size' => "#{Attachment.table_name}.filesize", |
|
15 | 15 | 'downloads' => "#{Attachment.table_name}.downloads" |
|
16 | ||
|
16 | ||
|
17 | 17 | @containers = [ Project.find(@project.id, :include => :attachments, :order => sort_clause)] |
|
18 | 18 | @containers += @project.versions.find(:all, :include => :attachments, :order => sort_clause).sort.reverse |
|
19 | 19 | render :layout => !request.xhr? |
General Comments 0
You need to be logged in to leave comments.
Login now