mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-10 15:14:33 +08:00
Fix left side bar for results page [SCI-11814]
This commit is contained in:
parent
16c9d8fa71
commit
2f00df38b6
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ module LeftMenuBarHelper
|
|||
end
|
||||
|
||||
def projects_are_selected?
|
||||
controller_name.in? %w(projects experiments my_modules)
|
||||
controller_name.in? %w(projects experiments my_modules results)
|
||||
end
|
||||
|
||||
def repositories_are_selected?
|
||||
|
|
Loading…
Add table
Reference in a new issue