36 lines
647 B
Text
36 lines
647 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.
|
|
|
|
|
|
%h1
|
|
= t('.set_up', :name => current_user.person.profile.first_name)
|
|
.description
|
|
= t('.ready_to_share')
|
|
%ul.inline_aspect_listing
|
|
- for aspect in @aspects
|
|
%li= aspect
|
|
|
|
%br
|
|
%br
|
|
|
|
%h3
|
|
= link_to t('.continue'), root_path
|
|
|
|
%br
|
|
%br
|
|
%br
|
|
|
|
%p
|
|
= t('.change_profile')
|
|
%b #{t('.edit_profile')}
|
|
= t('.user_menu')
|
|
%p
|
|
= t('.connect_disconnect')
|
|
%b #{t('.edit_account')}
|
|
= t('.user_menu')
|
|
%p
|
|
= t('.manage_aspects')
|
|
%b #{t('.manage')}
|
|
= t('.tab_also_added')
|
|
|