diff --git a/app/views/shared/_subnavigation.html.erb b/app/views/shared/_subnavigation.html.erb
index 87f9d86f6..3336dad0a 100644
--- a/app/views/shared/_subnavigation.html.erb
+++ b/app/views/shared/_subnavigation.html.erb
@@ -54,16 +54,13 @@
title: t("shared.go_to_page") + t("layouts.header.budgets") %>
<% end %>
-
- <% unless content_block("main_navigation_left", I18n.locale) || content_block("main_navigation_right", I18n.locale) %>
-
- <%= link_to t("layouts.header.help"),
- help_path,
- accesskey: "6",
- class: ("is-active" if current_page?(help_path)),
- title: t("shared.go_to_page") + t("layouts.header.help") %>
-
- <% end %>
+
+ <%= link_to t("layouts.header.help"),
+ help_path,
+ accesskey: "6",
+ class: ("is-active" if current_page?(help_path)),
+ title: t("shared.go_to_page") + t("layouts.header.help") %>
+
<%= raw content_block("main_navigation_right", I18n.locale) %>