mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-08 10:18:50 +01:00
* added a "show always" radio to the recurring todo forms * added a show_always flag to recurring todos * created a migration to convert existing recurring todos where show_from_delta==0 * recurring todos where show_from_delta is 0 are now shown the same day they're due Signed-off-by: Reinier Balt <lrbalt@gmail.com> |
||
|---|---|---|
| .. | ||
| _edit_form.html.erb | ||
| _recurring_todo.html.erb | ||
| _recurring_todo_form.erb | ||
| create.js.rjs | ||
| destroy.js.rjs | ||
| edit.js.rjs | ||
| index.html.erb | ||
| new.html.erb | ||
| show.html.erb | ||
| toggle_check.js.rjs | ||
| toggle_star.js.rjs | ||
| update.js.rjs | ||