From bf17ad3048332fd0bbaccda0735fcd27dc6d58fb Mon Sep 17 00:00:00 2001 From: yanxd Date: Wed, 11 Dec 2013 14:52:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=B6=E4=B8=8B=E8=BD=BD=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E5=89=A7=E7=BB=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/files/index.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/files/index.html.erb b/app/views/files/index.html.erb index 40c8e1e51..2488e935c 100644 --- a/app/views/files/index.html.erb +++ b/app/views/files/index.html.erb @@ -19,9 +19,8 @@ <%= sort_header_tag('filename', :caption => l(:field_filename)) %> <%= sort_header_tag('created_on', :caption => l(:label_date), :default_order => 'desc') %> <%= sort_header_tag('size', :caption => l(:field_filesize), :default_order => 'desc') %> - <%#= sort_header_tag('downloads', :caption => l(:label_downloads_abbr), :default_order => 'desc') %> <%= sort_header_tag('downloads', :caption => l(:field_downloads), :default_order => 'desc') %> - <%= sort_header_tag('description', :caption => l(:field_description)) %> + <%= sort_header_tag('description', :caption => l(:field_description)) %>