summaryrefslogtreecommitdiff
path: root/app/views/task_lists/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/task_lists/show.html.erb')
-rw-r--r--app/views/task_lists/show.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/task_lists/show.html.erb b/app/views/task_lists/show.html.erb
index 3d0a784..4f5350b 100644
--- a/app/views/task_lists/show.html.erb
+++ b/app/views/task_lists/show.html.erb
@@ -3,6 +3,7 @@
<%= form_for @task, url: [@task_list, @task] do |f| %>
<%= f.label :name %>
<%= f.text_field :name %>
+ <%= time_field(:task, :recurs_at) %>
<%= f.submit "Create task" %>
<% end %>