##// END OF EJS Templates
html5 compliance....
Jean-Philippe Lang -
r9939:369236958451
parent child
Show More
@@ -14,7 +14,7
14 :path => to_path_param(ent_path),
14 :path => to_path_param(ent_path),
15 :rev => @rev,
15 :rev => @rev,
16 :depth => (depth + 1),
16 :depth => (depth + 1),
17 :parent_id => tr_id)) %>');">&nbsp</span>
17 :parent_id => tr_id)) %>');">&nbsp;</span>
18 <% end %>
18 <% end %>
19 <%= link_to h(ent_name),
19 <%= link_to h(ent_name),
20 {:action => (entry.is_dir? ? 'show' : 'changes'), :id => @project, :repository_id => @repository.identifier_param, :path => to_path_param(ent_path), :rev => @rev},
20 {:action => (entry.is_dir? ? 'show' : 'changes'), :id => @project, :repository_id => @repository.identifier_param, :path => to_path_param(ent_path), :rev => @rev},
General Comments 0
You need to be logged in to leave comments. Login now