<%= 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 %>