mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-25 09:13:05 +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
|
end
|
||||||
|
|
||||||
def activities_are_selected?
|
def activities_are_selected?
|
||||||
controller_name == 'activities'
|
controller_name == 'global_activities'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue