@ -7,9 +7,6 @@
<li>
<%= static_link_to :user_guides %>
</li>
<%= static_link_to :faq %>
<a title="<%= l('homescreen.links.shortcuts') %>"
onClick="modalHelperInstance.createModal('/help/keyboard_shortcuts');">
@ -58,11 +58,6 @@ OpenProject::Static::Homescreen.manage :links do |links|
icon: 'icon-context icon-rename',
url: static_links[:user_guides][:href]
},
{
label: :faq,
icon: 'icon-context icon-faq',
url: static_links[:faq][:href]
label: :glossary,
icon: 'icon-context icon-glossar',
@ -87,7 +87,6 @@ module Redmine::MenuManager::TopMenu::HelpMenu
result << static_link_item(:upsale, href_suffix: "?utm_source=ce-helpmenu")
end
result << static_link_item(:user_guides)
result << static_link_item(:faq)
result << content_tag(:li) {
link_to l('homescreen.links.shortcuts'),
'',