diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-07-27 00:46:00 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-07-27 00:46:00 +0200 |
| commit | 500777d88f21bdce71a1053de3ad9f32c7c91029 (patch) | |
| tree | 02deff98b9e73cab1f2897e456bd145914b5c0f1 /app/views/admin | |
| parent | 174ecd3115438ebd4049e1e5ea40e210a7e49509 (diff) | |
Consolidate all main nav items in a single partial
Diffstat (limited to 'app/views/admin')
| -rw-r--r-- | app/views/admin/_menu.html.erb | 5 |
1 files changed, 0 insertions, 5 deletions
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 @@ | |||
| 1 | <%= link_to icon("home", library: "tabler", "aria-hidden": true), admin_path, "aria-label": t(".dashboard"), title: t(".dashboard") %> | ||
| 2 | <a href="#" onclick="admin_search.display_toggle(); return false;" aria-label="<%= t(".search") %>" title="<%= t(".search") %>"><%= icon("search", library: "tabler", "aria-hidden": true) %></a> | ||
| 3 | <%= button_to logout_path, method: :delete, aria: { label: t(".log_out") }, title: t(".log_out") do %> | ||
| 4 | <%= icon("logout", library: "tabler", "aria-hidden": true) %> | ||
| 5 | <% end %> | ||
