summaryrefslogtreecommitdiff
path: root/app/views/admin/_menu.html.erb
blob: 7270df499f4442f54304c9575e673c9e5c9874e2 (plain)
1
2
3
4
5
<%= link_to icon("home", library: "tabler", "aria-hidden": true), admin_path, "aria-label": "Dashboard", title: "Dashboard" %>
<a href="#" onclick="admin_search.display_toggle(); return false;" aria-label="Search" title="Search"><%= icon("search", library: "tabler", "aria-hidden": true) %></a>
<%= button_to logout_path, method: :delete, aria: { label: "Log out" }, title: "Log out" do %>
  <%= icon("logout", library: "tabler", "aria-hidden": true) %>
<% end %>