diff --git a/app/views/shared/_profile_search_form.html.erb b/app/views/shared/_profile_search_form.html.erb index dbb1a03..443ac1b 100644 --- a/app/views/shared/_profile_search_form.html.erb +++ b/app/views/shared/_profile_search_form.html.erb @@ -1,7 +1,7 @@ <%= form_tag( { :controller => 'profile_search', :profile => profile.identifier}, :method => 'get', :class => 'search_form' ) do %>
- <%= text_field_tag 'q', @q, :title => _("Find in %s's content") % profile.short_name %> + <%= search_input_with_suggestions 'q', :articles, @q, :title => _("Find in %s's content") % profile.short_name %> <%= submit_button(:search, _('Search')) %>
-- libgit2 0.21.2