Skip to content

Commit

Permalink
Set refresh_search async searchresults load to use bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Faldrian committed Feb 14, 2015
1 parent 159c786 commit 1d254f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/people_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 1d254f0

Please sign in to comment.