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)) %>