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