From 9f683806eb61b13d03d32dbb5fd879b400b912e2 Mon Sep 17 00:00:00 2001 From: Bernhard Rohloff Date: Fri, 3 Dec 2021 16:01:55 +0100 Subject: [PATCH 3/3] added hook to right section of the top menu --- app/views/layouts/base.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/layouts/base.html.erb b/app/views/layouts/base.html.erb index 2f55230d1..d2c0b4931 100644 --- a/app/views/layouts/base.html.erb +++ b/app/views/layouts/base.html.erb @@ -63,9 +63,10 @@
+
+ <%= call_hook :view_layouts_base_top_menu_right_area %>
<%= render_menu :account_menu if !User.current.logged? -%>
-- 2.25.1