# HG changeset patch # User Chris Cannam # Date 1353605175 0 # Node ID b56a4c5afa35536f62c459b4e9c5ef9e622c0b6d # Parent d78b06240b73078089e4ddc5a3f255649bc3c137# Parent b665182d9dd90f1de04adf414d979e1db65ea516 Merge from branch cannam diff -r b665182d9dd9 -r b56a4c5afa35 app/views/repositories/_dir_list_content.html.erb --- a/app/views/repositories/_dir_list_content.html.erb Wed Nov 21 17:38:01 2012 +0000 +++ b/app/views/repositories/_dir_list_content.html.erb Thu Nov 22 17:26:15 2012 +0000 @@ -24,7 +24,7 @@ ) %>">  <% end %> <%= link_to h(ent_name), - {:action => (entry.is_dir? ? 'show' : 'changes'), :id => @project, :path => to_path_param(ent_path), :rev => @rev}, + {:action => (entry.is_dir? ? 'show' : 'entry'), :id => @project, :path => to_path_param(ent_path), :rev => @rev}, :class => (entry.is_dir? ? 'icon icon-folder' : "icon icon-file #{Redmine::MimeType.css_class_of(ent_name)}")%> <%= (entry.size ? number_to_human_size(entry.size) : "?") unless entry.is_dir? %>