14 lines
401 B
Text
14 lines
401 B
Text
-# Copyright (c) 2010, Diaspora Inc. This file is
|
|
-# licensed under the Affero General Public License version 3 or later. See
|
|
-# the COPYRIGHT file.
|
|
|
|
.span-15.prepend-5.last
|
|
%h2
|
|
=t('.results_for')
|
|
%u= params[:q]
|
|
|
|
%ul{:class => 'stream people', :id => 'people_stream'}
|
|
- for hash in @hashes
|
|
= render :partial => 'people/person', :locals => hash
|
|
|
|
= will_paginate @people
|