Skip to content

Commit 4626d4b

Browse files
committed
Fix plugin icon with Redmine 3.4.x
1 parent f5de135 commit 4626d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/redmine_git_hosting.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Redmine Menus
55
Redmine::MenuManager.map :admin_menu do |menu|
6-
menu.push :redmine_git_hosting, { controller: 'settings', action: 'plugin', id: 'redmine_git_hosting' }, caption: :redmine_git_hosting
6+
menu.push :redmine_git_hosting, { controller: 'settings', action: 'plugin', id: 'redmine_git_hosting' }, caption: :redmine_git_hosting, html: { class: 'icon' }
77
end
88

99
Redmine::MenuManager.map :top_menu do |menu|

0 commit comments

Comments
 (0)