diaspora/app/views/people/index.html.haml
2010-12-06 13:36:20 -08:00

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