diaspora/app/views/users/getting_started/2.html.haml
2010-10-26 13:04:47 -07:00

36 lines
929 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.
.span-8.append-1.last
%h1{:style => "text-align:right;"}
= "Welcome!"
.description
Do the stuff below to further complete some things.
%h3{:style => "text-align:right;"}
= link_to "Edit your profile", getting_started_path(1)
%br
= link_to "Define your aspects", getting_started_path(2)
%br
= link_to "Find your friends", getting_started_path(3)
.span-15.last
%h3
Your aspects
.description
These will be blah blah blah blah and some stuff.
%h4
Aspect name
= text_field_tag :aspect_name, nil, :placeholder => "New aspect"
%ul.aspects
- for aspect in @aspects
%li
= aspect
.friend_pictures.horizontal
- for friend in @friends
= person_image_link(friend)