##// END OF EJS Templates
replace tabs to spaces at app/views/wiki/destroy.html.erb...
Toshi MARUYAMA -
r7268:a6c708eaed3f
parent child
Show More
@@ -11,7 +11,7
11 11 <br />
12 12 <label><%= radio_button_tag 'todo', 'reassign', false %> <%= l(:text_wiki_page_reassign_children) %></label>:
13 13 <%= select_tag 'reassign_to_id', wiki_page_options_for_select(@reassignable_to),
14 :onclick => "$('todo_reassign').checked = true;" %>
14 :onclick => "$('todo_reassign').checked = true;" %>
15 15 <% end %>
16 16 </p>
17 17 </div>
General Comments 0
You need to be logged in to leave comments. Login now