mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-27 03:06:11 +01:00
fix #922. You can now mark a todo complete from the tickler. Also fixed some small aasm corner cases found by this change
This commit is contained in:
parent
367907eab2
commit
07b05d01f7
16 changed files with 276 additions and 147 deletions
|
|
@ -74,6 +74,7 @@ module NavigationHelpers
|
|||
when /the integrations page/
|
||||
integrations_path(options)
|
||||
when /the tickler page/
|
||||
@source_view = "deferred"
|
||||
tickler_path(options)
|
||||
when /the export page/
|
||||
data_path(options)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue