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:
Toshi MARUYAMA 2012-07-30 01:32:31 +00:00
parent 8f0947e578
commit 96306f9dff
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<span class="expander" onclick="scmEntryClick('<%= tr_id %>', '<%= escape_javascript(url_for(
:action => 'show',
:id => @project,
:repository_id => @repository.identifier_param,
:repository_id => @repository.identifier_param,
:path => to_path_param(ent_path),
:rev => @rev,
:depth => (depth + 1),