fix regressions

This commit is contained in:
Reinier Balt 2013-04-19 20:00:32 +02:00
parent d732779e14
commit a8e426a2cd
8 changed files with 24 additions and 16 deletions

View file

@ -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)