Fix bad rubocop auto-correct in engine.rb

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/6827/head
Alex Coles 9 years ago
parent df85755277
commit ca00360686
  1. 2
      lib/open_project/backlogs/engine.rb

@ -108,7 +108,7 @@ module OpenProject::Backlogs
caption: :project_module_backlogs, caption: :project_module_backlogs,
before: :calendar, before: :calendar,
param: :project_id, param: :project_id,
if: proc { notUser.current.respond_to?(:impaired?) and User.current.impaired? }, if: proc { not(User.current.respond_to?(:impaired?) and User.current.impaired?) },
html: { class: 'icon2 icon-backlogs-icon' } html: { class: 'icon2 icon-backlogs-icon' }
end end

Loading…
Cancel
Save