atualização da exibição do ícone no Admin

This commit is contained in:
germano 2018-09-28 15:25:00 -03:00
parent 763900f367
commit e293d25399

View File

@ -8,7 +8,7 @@ Redmine::Plugin.register :redmine_custom_workflows do
url 'http://www.redmine.org/plugins/custom-workflows'
menu :admin_menu, :custom_workflows, {:controller => 'custom_workflows', :action => 'index'},
:if => Proc.new { User.current.admin? }, :caption => :label_custom_workflow_plural
:if => Proc.new { User.current.admin? }, :caption => :label_custom_workflow_plural, :html => {:class => 'icon'}
permission :manage_project_workflow, {}, :require => :member
end