Code indentation corrected [fixes SCI-1214]

This commit is contained in:
osboxes.org 2017-04-28 10:31:14 +01:00
parent f72802f9f2
commit 21a39fc704

View file

@ -13,7 +13,7 @@ module UserSettingsHelper
end end
def on_settings_team_page? def on_settings_team_page?
controller_name.in?(%w(teams audits)) && controller_name.in?(%w(teams audits)) &&
action_name.in?(%w(index new create show audits_index)) action_name.in?(%w(index new create show audits_index))
end end
end end