summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-14 01:40:23 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-14 01:40:23 +0200
commitc693069db6ddce4582209a1cf60a564f6947bd56 (patch)
treec53d3a1b2a52312d1cc4342754246d7b3b05ef02 /app
parent0705f4de4fce679b2501f0583defb1160f3c1666 (diff)
Add tooltips to all navbar items
Diffstat (limited to 'app')
-rw-r--r--app/views/admin/_menu.html.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/admin/_menu.html.erb b/app/views/admin/_menu.html.erb
index 970429d..7270df4 100644
--- a/app/views/admin/_menu.html.erb
+++ b/app/views/admin/_menu.html.erb
@@ -1,5 +1,5 @@
1<%= link_to icon("home", library: "tabler", "aria-hidden": true), admin_path, "aria-label": "Dashboard" %> 1<%= link_to icon("home", library: "tabler", "aria-hidden": true), admin_path, "aria-label": "Dashboard", title: "Dashboard" %>
2<a href="#" onclick="admin_search.display_toggle(); return false;" aria-label="Search"><%= icon("search", library: "tabler", "aria-hidden": true) %></a> 2<a href="#" onclick="admin_search.display_toggle(); return false;" aria-label="Search" title="Search"><%= icon("search", library: "tabler", "aria-hidden": true) %></a>
3<%= button_to logout_path, method: :delete, aria: { label: "Log out" } do %> 3<%= button_to logout_path, method: :delete, aria: { label: "Log out" }, title: "Log out" do %>
4 <%= icon("logout", library: "tabler", "aria-hidden": true) %> 4 <%= icon("logout", library: "tabler", "aria-hidden": true) %>
5<% end %> 5<% end %>