<%= link_to icon("home", library: "tabler", "aria-hidden": true), admin_path, "aria-label": "Dashboard" %> <%= icon("search", library: "tabler", "aria-hidden": true) %> <%= button_to logout_path, method: :delete, aria: { label: "Log out" } do %> <%= icon("logout", library: "tabler", "aria-hidden": true) %> <% end %>