From eca95f90de3de7c6507fc529e00e1e36f136a234 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Tue, 28 Jul 2026 00:02:55 +0200 Subject: Let editors manage menu titles in both locales --- app/views/menu_items/edit.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/views/menu_items/edit.html.erb') diff --git a/app/views/menu_items/edit.html.erb b/app/views/menu_items/edit.html.erb index 0652dc78..2bd65575 100644 --- a/app/views/menu_items/edit.html.erb +++ b/app/views/menu_items/edit.html.erb @@ -15,8 +15,7 @@
<%= MenuItem.human_attribute_name(:path) %>
<%= f.text_field :path %>
-
<%= MenuItem.human_attribute_name(:title) %>
-
<%= f.text_field :title %>
+ <%= render "title_fields", :menu_item => @menu_item %>
<%= f.submit t("admin.common.update") %>
-- cgit v1.3