Recurring todos

Currently there are no recurring todos

<%= render :partial => "recurring_todo", :collection => @recurring_todos %>

Recurring todos that are completed

Currently there are no completed recurring todos

<%= render :partial => "recurring_todo", :collection => @completed_recurring_todos %>
<%= image_tag("add.png", {:alt => "[ADD]"})-%>Add a new recurring action

<%= render :partial => "recurring_todo_form" %>
<% # need to add behaviour for edit form here. Behaviour defined in partials are # not generated for apply_behaviour "#recurring_edit_period:click", "TracksForm.hide_all_edit_recurring(); $('recurring_edit_'+TracksForm.get_edit_period()).show();" -%>