tracks/app/helpers
Jan-Yves Ruzicka c66ce02cb6 Refactor todos_controller and todos_helper to use @original_item
Project uses properties of @original_item over a number of similar-named
variables (eg. @original_item_description, @original_item_was_pending, etc.)

Have left in @original_item_due_date and @original_completed_period as these
are more complex, and not simply properties of the todo item.
2019-11-17 16:03:40 +13:00
..
application_helper.rb add missing space 2017-02-28 22:16:48 +01:00
backend_helper.rb
bootstrap_flash_helper.rb
contexts_helper.rb
data_helper.rb
date_label_helper.rb
feedlist_helper.rb
icon_helper.rb Add a helper for fixed-width icons 2016-05-15 22:37:03 -04:00
integrations_helper.rb
login_helper.rb
mobile_helper.rb
notes_helper.rb Extract rendering to helper method. Shift filename sanitization to controller. 2016-02-02 11:08:12 +00:00
preferences_helper.rb Fix the preferences form: Labels' for attributes, boolean fields and autofill of the new password field 2019-05-22 03:36:27 +03:00
projects_helper.rb Extract rendering to helper method. Shift filename sanitization to controller. 2016-02-02 11:08:12 +00:00
recurring_todos_helper.rb
rendering_helper.rb The actual link should be URI escaped, not HTML escaped. 2019-05-13 18:59:39 +02:00
search_helper.rb
stats_helper.rb
todos_helper.rb Refactor todos_controller and todos_helper to use @original_item 2019-11-17 16:03:40 +13:00
users_helper.rb