diaspora/app/views/users/getting_started/_step_4.html.haml
2010-11-22 21:07:01 -08:00

33 lines
573 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 => first_name_or_username(current_user))
.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')
= t('.user_menu')
%p
= t('.manage_aspects')
.submit_block
= link_to "#{t('.finish')} →", root_url, :class => "button"