mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-29 04:06:11 +01:00
fix regressions
This commit is contained in:
parent
d732779e14
commit
a8e426a2cd
8 changed files with 24 additions and 16 deletions
|
|
@ -67,10 +67,10 @@ module NavigationHelpers
|
|||
@source_view = "review"
|
||||
review_path(options)
|
||||
when /the contexts page/
|
||||
@source_view = "contexts"
|
||||
@source_view = "context"
|
||||
contexts_path(options)
|
||||
when /the projects page/
|
||||
@source_view = "projects"
|
||||
@source_view = "project"
|
||||
projects_path(options)
|
||||
when /the manage users page/
|
||||
users_path(options)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue