replace tabs to spaces at app/views/wiki/destroy.html.erb

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7388 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2011-09-18 02:13:04 +00:00
parent fe5221146d
commit a6c708eaed
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<br />
<label><%= radio_button_tag 'todo', 'reassign', false %> <%= l(:text_wiki_page_reassign_children) %></label>:
<%= select_tag 'reassign_to_id', wiki_page_options_for_select(@reassignable_to),
:onclick => "$('todo_reassign').checked = true;" %>
:onclick => "$('todo_reassign').checked = true;" %>
<% end %>
</p>
</div>