diff --git a/app/views/admin/dashboards/show.html.erb b/app/views/admin/dashboards/show.html.erb index edc46c6..c10850e 100644 --- a/app/views/admin/dashboards/show.html.erb +++ b/app/views/admin/dashboards/show.html.erb @@ -15,13 +15,13 @@
<%= @user.size %>
<% end %> - <%= link_to admin_users_path() do %> + <%= link_to admin_users_path(q: { role_eq: "operator"}) do %><%= @user.operator.size %>
<%= @user.admin.size %>