Revision 1018:d78b06240b73
| app/views/repositories/_dir_list_content.html.erb | ||
|---|---|---|
| 24 | 24 |
) %>"> </span> |
| 25 | 25 |
<% end %> |
| 26 | 26 |
<%= link_to h(ent_name), |
| 27 |
{:action => (entry.is_dir? ? 'show' : 'changes'), :id => @project, :path => to_path_param(ent_path), :rev => @rev},
|
|
| 27 |
{:action => (entry.is_dir? ? 'show' : 'entry'), :id => @project, :path => to_path_param(ent_path), :rev => @rev},
|
|
| 28 | 28 |
:class => (entry.is_dir? ? 'icon icon-folder' : "icon icon-file #{Redmine::MimeType.css_class_of(ent_name)}")%>
|
| 29 | 29 |
</td> |
| 30 | 30 |
<td class="size"><%= (entry.size ? number_to_human_size(entry.size) : "?") unless entry.is_dir? %></td> |
Also available in: Unified diff