Newer
Older
-# Copyright (c) 2010, Diaspora Inc. This file is
-# licensed under the Affero General Public License version 3 or later. See
-# the COPYRIGHT file.
%h1
= "Welcome, #{current_user.real_name}!"
.description
Do the stuff below to further complete some things.
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
#slider
%ul
%li
%h2
%u
Edit your profile
➔
Define your aspects ➔
Find your friends
%h3
Your Profile
.description
This info will be available to whomever you connect with on Diaspora.
%h4
Your name
= text_field_tag :first_name, nil, :placeholder => "First name"
= text_field_tag :last_name, nil, :placeholder => "Last name"
%h4
Your birthday
%br
= select_date
%h4
Your bio
= text_area_tag :bio, nil, :placeholder => "Fill me out"
%h4
Your photo
%br
= file_field_tag :photo
%li
%h2
Edit your profile ➔
%u
Define your aspects
➔
Find your friends
%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"
%li
%h2
Edit your profile ➔
Define your aspects ➔
%u
Find your friends
%h3
Your friends
.description
Find your friends on Diaspora, Facebook, or send them an invite via email.
.span-5
%h4
On Diaspora
= text_field_tag :diaspora_handle, nil, :placeholder => "Diaspora handle"
.span-5
%h4
On Facebook
= text_field_tag :facebook_handle, nil, :placeholder => "Name"
.span-5
%h4
Invite
= text_field_tag :email, nil, :placeholder => "Email", :type => "email"