Mercurial > hg > soundsoftware-site
diff app/views/repositories/_dir_list_content.html.erb @ 1116:bb32da3bea34 redmine-2.2-integration
Merge from live
author | Chris Cannam |
---|---|
date | Mon, 07 Jan 2013 14:41:20 +0000 |
parents | 433d4f72a19b d78b06240b73 |
children | a1bdbf8a87d5 |
line wrap: on
line diff
--- a/app/views/repositories/_dir_list_content.html.erb Mon Jan 07 12:01:42 2013 +0000 +++ b/app/views/repositories/_dir_list_content.html.erb Mon Jan 07 14:41:20 2013 +0000 @@ -17,7 +17,7 @@ :parent_id => tr_id)) %>');"> </span> <% end %> <%= link_to h(ent_name), - {:action => (entry.is_dir? ? 'show' : 'changes'), :id => @project, :repository_id => @repository.identifier_param, :path => to_path_param(ent_path), :rev => @rev}, + {:action => (entry.is_dir? ? 'show' : 'entry'), :id => @project, :repository_id => @repository.identifier_param, :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)}")%> </td> <td class="size"><%= (entry.size ? number_to_human_size(entry.size) : "?") unless entry.is_dir? %></td>