diff --git a/app/views/recurring_todos/_edit_form.html.erb b/app/views/recurring_todos/_edit_form.html.erb index e3ffb011..4430982d 100644 --- a/app/views/recurring_todos/_edit_form.html.erb +++ b/app/views/recurring_todos/_edit_form.html.erb @@ -12,7 +12,7 @@
<%= check_box_tag("done", 1, @todo && @todo.completed?, "tabindex" => 1) %>
<% end -%> -<%= text_field( "todo", "description", "tabindex" => 2) %> +<%= text_field( "todo", "description", "tabindex" => 2, "maxlength" => 100) %> <%= text_area( "todo", "notes", "cols" => 30, "rows" => 2, "tabindex" => 3) %>