mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-07 04:16:31 +08:00
Feed the Hound #2
This commit is contained in:
parent
ecf5b5a2c1
commit
40fe4e54a9
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ module SecondaryNavigationHelper
|
||||||
end
|
end
|
||||||
|
|
||||||
def is_project_reports?
|
def is_project_reports?
|
||||||
controller_name == 'reports' and action_name == 'index'
|
controller_name == 'reports' && action_name == 'index'
|
||||||
end
|
end
|
||||||
|
|
||||||
def is_project_archive?
|
def is_project_archive?
|
||||||
|
|
Loading…
Add table
Reference in a new issue