mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-24 08:43:13 +08:00
Fix activities menu selector highlight (#1877)
This commit is contained in:
parent
1c81994e01
commit
65cf5e5787
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,6 @@ module LeftMenuBarHelper
|
|||
end
|
||||
|
||||
def activities_are_selected?
|
||||
controller_name == 'activities'
|
||||
controller_name == 'global_activities'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue