diff --git a/app/views/files/index.html.erb b/app/views/files/index.html.erb index bb07edea5..7c0cfd965 100644 --- a/app/views/files/index.html.erb +++ b/app/views/files/index.html.erb @@ -71,7 +71,7 @@ <%= sort_header_tag('created_on', :caption => l(:label_date), :default_order => 'desc', :scope =>"col" , :id => "vzebra-comedy")%> <%= sort_header_tag('size', :caption => l(:field_filesize), :default_order => 'desc', :scope =>"col", :id=> "vzebra-children")%> <%= sort_header_tag('downloads', :caption => l(:field_downloads), :default_order => 'desc', :scope =>"col", :id => "vzebra-action") %> - <%= sort_header_tag('downloads', :caption => "", :scope =>"col", :id => "vzebra-children") %> + <%= sort_header_tag('operation', :caption => "", :scope =>"col", :id => "vzebra-children") %>