diff --git a/app/controllers/people_controller.rb b/app/controllers/people_controller.rb
index 030e2cd8c77e9204aff303d72e9a89b1e19c41ad..e788c85298a92d8215727741edcef39c1fab6a6d 100644
--- a/app/controllers/people_controller.rb
+++ b/app/controllers/people_controller.rb
@@ -7,7 +7,7 @@ class PeopleController < ApplicationController
   before_action :find_person, only: [:show, :stream, :hovercard]
 
   layout ->(c){ request.format == :mobile ? "application" : "with_header_with_footer" }
-  use_bootstrap_for :index, :show, :contacts
+  use_bootstrap_for :index, :show, :contacts, :refresh_search
 
   respond_to :html, :except => [:tag_index]
   respond_to :json, :only => [:index, :show]