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:
parent
fe5221146d
commit
a6c708eaed
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue