another small fix for the mobile site
This commit is contained in:
parent
69befc059d
commit
bf45026040
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class PeopleController < ApplicationController
|
|||
render :json => @people
|
||||
end
|
||||
|
||||
format.html do
|
||||
format.all do
|
||||
@people = Person.search(params[:q], current_user).paginate :page => params[:page], :per_page => limit
|
||||
@hashes = hashes_for_people(@people, @aspects)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue