tracks/app/views/recurring_todos
Reinier Balt 484356fe07 small improvements
render :partial => filename, :object => @object can be written shorter since rails 2.0 like
render :partial => @object or render :partial => @collection
Also form_for is smart bout put and post for update and creation.

it helps watching older railcasts episodes :-)
2011-02-03 18:17:28 +01:00
..
_edit_form.html.erb Recurring todos mostly working now 2009-09-13 12:00:28 -04:00
_recurring_todo.html.erb show recurrence pattern in :title of a recurring todo. Needed slight refactoring to make it happen 2008-12-08 16:59:10 +01:00
_recurring_todo_form.erb Changed code to support basic i18n. 2010-11-09 16:31:26 +08:00
create.js.rjs Cleaner form clearing for new recurring todos 2010-03-06 15:42:20 -05:00
destroy.js.rjs Changed code to support basic i18n. 2010-11-09 16:31:26 +08:00
edit.js.rjs Fix recurring todo autocompleteion 2010-04-27 11:17:04 -04:00
index.html.erb small improvements 2011-02-03 18:17:28 +01:00
new.html.erb add recurring todos to tracks 2008-07-19 20:27:45 +02:00
show.html.erb add recurring todos to tracks 2008-07-19 20:27:45 +02:00
toggle_check.js.rjs Changed code to support basic i18n. 2010-11-09 16:31:26 +08:00
toggle_star.js.erb Recurring todos mostly working now 2009-09-13 12:00:28 -04:00
update.js.rjs Changed code to support basic i18n. 2010-11-09 16:31:26 +08:00