Icon accessibility [belongs to #5423] (#120)

[ci skip]
pull/6827/head
Oliver Günther 8 years ago committed by GitHub
parent b9982b58ac
commit e223d7ec23
  1. 2
      lib/open_project/reporting/engine.rb

@ -63,7 +63,7 @@ module OpenProject::Reporting
after: :time_entries, after: :time_entries,
caption: :cost_reports_title, caption: :cost_reports_title,
if: Proc.new { |project| project.module_enabled?(:reporting_module) }, if: Proc.new { |project| project.module_enabled?(:reporting_module) },
html: { class: 'icon2 icon-cost-reports' } icon: 'icon2 icon-cost-reports'
# Cost reports should remove the default time entries menu item # Cost reports should remove the default time entries menu item
hide_menu_item :project_menu, hide_menu_item :project_menu,

Loading…
Cancel
Save