diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index ff71262..84f4616 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1094,7 +1094,7 @@ module ApplicationHelper links.push(_('New Content') => lightbox_options({:href => url_for({:controller => 'cms', :action => 'new', :profile => current_user.login, :cms => true})})) end - link_to(content_tag(:span, _('Contents'), :class => 'icon-menu-contents'), {:controller => "search", :action => 'contents', :category_path => ''}, :id => 'submenu-contents') + + link_to(content_tag(:span, _('Contents'), :class => 'icon-menu-articles'), {:controller => "search", :action => 'contents', :category_path => ''}, :id => 'submenu-contents') + link_to(content_tag(:span, _('Contents Menu')), '#', :onclick => "toggleSubmenu(this,'',#{links.to_json}); return false", :class => 'menu-submenu-trigger up', :id => 'submenu-contents-trigger') end -- libgit2 0.21.2