diaspora/app/views/users/getting_started/_step_4.html.haml
2010-11-17 11:30:22 -08:00

39 lines
717 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')
.submit_block
= link_to "Finish →", root_url, :class => "button"