diaspora/app/views/people/index.html.haml

17 lines
465 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
-if params[:q].blank?
=t('.no_results')
-else
=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