Mercurial > hg > soundsoftware-site
changeset 1081:b56a4c5afa35 bug_531
Merge from branch cannam
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Thu, 22 Nov 2012 17:26:15 +0000 |
parents | d78b06240b73 (diff) b665182d9dd9 (current diff) |
children | 997f6d7738f7 |
files | vendor/plugins/redmine_tags/app/controllers/tags_controller.rb vendor/plugins/redmine_tags/app/views/tags/index.html.erb |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ ) %>"> </span> <% 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)}")%> </td> <td class="size"><%= (entry.size ? number_to_human_size(entry.size) : "?") unless entry.is_dir? %></td>