mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-30 00:45:28 +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
|
||||
|
||||
def is_project_reports?
|
||||
controller_name == 'reports' and action_name == 'index'
|
||||
controller_name == 'reports' && action_name == 'index'
|
||||
end
|
||||
|
||||
def is_project_archive?
|
||||
|
|
Loading…
Add table
Reference in a new issue