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