Remove link to FAQ

pull/5270/head
Henriette Dinger 8 years ago
parent 5f5051ddaa
commit 5dd696e239
  1. 3
      app/views/homescreen/blocks/_community.html.erb
  2. 5
      config/initializers/homescreen.rb
  3. 1
      lib/redmine/menu_manager/top_menu/help_menu.rb

@ -7,9 +7,6 @@
<li> <li>
<%= static_link_to :user_guides %> <%= static_link_to :user_guides %>
</li> </li>
<li>
<%= static_link_to :faq %>
</li>
<li> <li>
<a title="<%= l('homescreen.links.shortcuts') %>" <a title="<%= l('homescreen.links.shortcuts') %>"
onClick="modalHelperInstance.createModal('/help/keyboard_shortcuts');"> onClick="modalHelperInstance.createModal('/help/keyboard_shortcuts');">

@ -56,11 +56,6 @@ OpenProject::Static::Homescreen.manage :links do |links|
icon: 'icon-context icon-rename', icon: 'icon-context icon-rename',
url: static_links[:user_guides][:href] url: static_links[:user_guides][:href]
}, },
{
label: :faq,
icon: 'icon-context icon-faq',
url: static_links[:faq][:href]
},
{ {
label: :glossary, label: :glossary,
icon: 'icon-context icon-glossar', icon: 'icon-context icon-glossar',

@ -84,7 +84,6 @@ module Redmine::MenuManager::TopMenu::HelpMenu
title: l('top_menu.help_and_support') title: l('top_menu.help_and_support')
} }
result << static_link_item(:user_guides) result << static_link_item(:user_guides)
result << static_link_item(:faq)
result << content_tag(:li) { result << content_tag(:li) {
link_to l('homescreen.links.shortcuts'), link_to l('homescreen.links.shortcuts'),
'', '',

Loading…
Cancel
Save