Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Zhitomirskiy <iz268@nyu.edu>2011-09-27 04:32:37 +0400
committerIlya Zhitomirskiy <iz268@nyu.edu>2011-09-27 04:32:37 +0400
commitf9172c87332fb34695eeb0ad4585608e27ec76b9 (patch)
tree92d9ed36ab2ff1a328e795bd08dc38314e65cecd /app/views/users/getting_started.haml
parent675908a57d651bc7db3b74020405b8fc11f76133 (diff)
added aspect dropdown to the getting started page, renamed the button to be add contact
Diffstat (limited to 'app/views/users/getting_started.haml')
-rw-r--r--app/views/users/getting_started.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/users/getting_started.haml b/app/views/users/getting_started.haml
index 6e95836d7..1f5cbd217 100644
--- a/app/views/users/getting_started.haml
+++ b/app/views/users/getting_started.haml
@@ -113,6 +113,12 @@
%div
- Person.featured_users[0..5].each do |person|
.featured_user_card_small
+ .right
+ .add_to_aspect
+ = render :partial => 'people/relationship_action',
+ :locals => { :person => person,
+ :contact => current_user.contact_for(person),
+ :current_user => current_user }
= person_image_link(person, :target => "_blank")
= person_link(person, :class => "hovercardable", :target => "_blank")
.tags