[25668] Fix icon reference

pull/6827/head
Oliver Günther 7 years ago
parent d52050ec52
commit 9f6efaddbd
No known key found for this signature in database
GPG Key ID: 88872239EB414F99
  1. 7
      lib/open_project/pdf_export/engine.rb

@ -36,9 +36,10 @@ module OpenProject::PdfExport
:requires_openproject => '>= 4.0.0' do
menu :admin_menu,
:export_card_configurations,
{:controller => '/export_card_configurations', :action => 'index'},
{:caption => :'label_export_card_configuration_plural', :html => {:class => "icon2 icon-ticket-down"}}
:export_card_configurations,
{ controller: '/export_card_configurations', action: 'index' },
caption: :label_export_card_configuration_plural,
icon: 'icon2 icon-ticket-down'
end
end
end

Loading…
Cancel
Save