mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-27 10:08:11 +08:00
Code indentation corrected [fixes SCI-1214]
This commit is contained in:
parent
f72802f9f2
commit
21a39fc704
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ module UserSettingsHelper
|
|||
end
|
||||
|
||||
def on_settings_team_page?
|
||||
controller_name.in?(%w(teams audits)) &&
|
||||
action_name.in?(%w(index new create show audits_index))
|
||||
controller_name.in?(%w(teams audits)) &&
|
||||
action_name.in?(%w(index new create show audits_index))
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue