diff --git a/app/views/repositories/_dir_list_content.html.erb b/app/views/repositories/_dir_list_content.html.erb index 94f1b36bf..4a1779e28 100644 --- a/app/views/repositories/_dir_list_content.html.erb +++ b/app/views/repositories/_dir_list_content.html.erb @@ -7,12 +7,21 @@ ";> <% if entry.is_dir? %> - "scmEntryClick('#{tr_id}')"%>">  + :condition => "scmEntryClick('#{tr_id}')" + ) %>">  <% end %> <%= link_to h(ent_name), {:action => (entry.is_dir? ? 'show' : 'changes'), :id => @project, :path => to_path_param(ent_path), :rev => @rev},