another small fix for the mobile site

This commit is contained in:
maxwell 2011-03-31 18:35:21 -07:00
parent 69befc059d
commit bf45026040

View file

@ -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)