From 43fd6e7ed6fffbdfbb6826fd458241c089085327 Mon Sep 17 00:00:00 2001 From: Faldrian Date: Sat, 20 Dec 2014 03:52:29 +0100 Subject: [PATCH] Set refresh_search async searchresults load to use bootstrap --- app/controllers/people_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/people_controller.rb b/app/controllers/people_controller.rb index 030e2cd8c..e788c8529 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]