diff --git a/app/views/todos/_new_multi_todo_form.html.erb b/app/views/todos/_new_multi_todo_form.html.erb index 7a5be642..2ac4f94d 100644 --- a/app/views/todos/_new_multi_todo_form.html.erb +++ b/app/views/todos/_new_multi_todo_form.html.erb @@ -13,33 +13,40 @@ <% end -%> - - <%= text_area_tag( "todo[multiple_todos]", "", :cols => 29, :rows => 6 ) %> - - - -
- - - - - - - <%= hidden_field_tag "initial_tag_list", @initial_tags%> - <%= text_field_tag "multi_tag_list", @initial_tags, :name=>:tag_list, :size => 30 %> - <%= content_tag("div", "", :id => "tag_list_auto_complete", :class => "auto_complete") %> - - <%= check_box_tag('todos_sequential', 'true', false) %> - - -