We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5de135 commit 4626d4bCopy full SHA for 4626d4b
lib/redmine_git_hosting.rb
@@ -3,7 +3,7 @@
3
4
## Redmine Menus
5
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
+ menu.push :redmine_git_hosting, { controller: 'settings', action: 'plugin', id: 'redmine_git_hosting' }, caption: :redmine_git_hosting, html: { class: 'icon' }
7
end
8
9
Redmine::MenuManager.map :top_menu do |menu|
0 commit comments