Fix missed static link

[ci skip]
pull/7144/head
Oliver Günther 6 years ago
parent 62fc965e1b
commit c832021de4
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 2
      app/views/homescreen/blocks/_community.html.erb
  2. 2
      lib/redmine/menu_manager/top_menu/help_menu.rb

@ -13,7 +13,7 @@
</a> </a>
</li> </li>
<li> <li>
<%= static_link_to :boards %></li> <%= static_link_to :forums %></li>
<li> <li>
<%= static_link_to :professional_support %> <%= static_link_to :professional_support %>
</li> </li>

@ -105,7 +105,7 @@ module Redmine::MenuManager::TopMenu::HelpMenu
class: 'help-link-shortcuts-link', class: 'help-link-shortcuts-link',
title: l('homescreen.links.shortcuts') title: l('homescreen.links.shortcuts')
} }
result << static_link_item(:boards) result << static_link_item(:forums)
result << static_link_item(:professional_support) result << static_link_item(:professional_support)
result << content_tag(:hr, '', class: 'form--separator') result << content_tag(:hr, '', class: 'form--separator')
end end

Loading…
Cancel
Save