21 lines
564 B
Text
21 lines
564 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 :head do
|
|
= include_javascripts :aspects
|
|
|
|
%h3
|
|
= t('.people_already_on_diaspora')
|
|
|
|
%br
|
|
%br
|
|
|
|
#people_stream.stream
|
|
- for friend in @friends
|
|
= render :partial => 'people/person', :locals => {:request => friend.request, :person => friend.person, :contact => friend.contact}
|
|
|
|
%br
|
|
%br
|
|
|
|
.submit_block
|
|
= link_to "#{t('.finish')} →", getting_started_completed_path, :class => 'button'
|