diff --git a/app/views/users/_secondary_links.html.erb b/app/views/users/_secondary_links.html.erb index edcc34e6c..38135c06e 100644 --- a/app/views/users/_secondary_links.html.erb +++ b/app/views/users/_secondary_links.html.erb @@ -1,6 +1,6 @@ <% content_for(:secondary_links) do %> -
  • <%= render "quick_search" %> +
  • <%= render "users/quick_search" %>
  • <%= link_to "Listing", users_path %>
  • <%= link_to "Search", search_users_path %>