diff --git a/tracks/app/views/todo/_edit_form.rhtml b/tracks/app/views/todo/_edit_form.rhtml index f6ce82ca..76a576e2 100644 --- a/tracks/app/views/todo/_edit_form.rhtml +++ b/tracks/app/views/todo/_edit_form.rhtml @@ -6,15 +6,15 @@
| - | <%= text_field( "item", "description", "tabindex" => 1) %> | +<%= text_field( "item", "description", "tabindex" => 8) %> |
| - | <%= text_area( "item", "notes", "cols" => 20, "rows" => 5, "tabindex" => 2) %> | +<%= text_area( "item", "notes", "cols" => 20, "rows" => 5, "tabindex" => 9) %> |
| - | + |