From 500777d88f21bdce71a1053de3ad9f32c7c91029 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Mon, 27 Jul 2026 00:46:00 +0200 Subject: Consolidate all main nav items in a single partial --- app/views/admin/_menu.html.erb | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 app/views/admin/_menu.html.erb (limited to 'app/views/admin') diff --git a/app/views/admin/_menu.html.erb b/app/views/admin/_menu.html.erb deleted file mode 100644 index b0e310e9..00000000 --- a/app/views/admin/_menu.html.erb +++ /dev/null @@ -1,5 +0,0 @@ -<%= link_to icon("home", library: "tabler", "aria-hidden": true), admin_path, "aria-label": t(".dashboard"), title: t(".dashboard") %> -" title="<%= t(".search") %>"><%= icon("search", library: "tabler", "aria-hidden": true) %> -<%= button_to logout_path, method: :delete, aria: { label: t(".log_out") }, title: t(".log_out") do %> - <%= icon("logout", library: "tabler", "aria-hidden": true) %> -<% end %> -- cgit v1.3