replace tabs to spaces at app/views/repositories/_dir_list_content.html.erb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10136 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
8f0947e578
commit
96306f9dff
|
@ -10,7 +10,7 @@
|
||||||
<span class="expander" onclick="scmEntryClick('<%= tr_id %>', '<%= escape_javascript(url_for(
|
<span class="expander" onclick="scmEntryClick('<%= tr_id %>', '<%= escape_javascript(url_for(
|
||||||
:action => 'show',
|
:action => 'show',
|
||||||
:id => @project,
|
:id => @project,
|
||||||
:repository_id => @repository.identifier_param,
|
:repository_id => @repository.identifier_param,
|
||||||
:path => to_path_param(ent_path),
|
:path => to_path_param(ent_path),
|
||||||
:rev => @rev,
|
:rev => @rev,
|
||||||
:depth => (depth + 1),
|
:depth => (depth + 1),
|
||||||
|
|
Loading…
Reference in New Issue