diaspora/app/views/people/index.html.haml
2010-12-10 16:52:35 +01:00

20 lines
511 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.
- content_for :page_title do
= t('search')
.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