html5 compliance.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10122 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
75b0c01431
commit
3692369584
|
@ -14,7 +14,7 @@
|
||||||
:path => to_path_param(ent_path),
|
:path => to_path_param(ent_path),
|
||||||
:rev => @rev,
|
:rev => @rev,
|
||||||
:depth => (depth + 1),
|
:depth => (depth + 1),
|
||||||
:parent_id => tr_id)) %>');"> </span>
|
:parent_id => tr_id)) %>');"> </span>
|
||||||
<% end %>
|
<% end %>
|
||||||
<%= link_to h(ent_name),
|
<%= 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' : 'changes'), :id => @project, :repository_id => @repository.identifier_param, :path => to_path_param(ent_path), :rev => @rev},
|
||||||
|
|
Loading…
Reference in New Issue