From bfe57b13cc6add544adc65f5c69df90dc9431115 Mon Sep 17 00:00:00 2001 From: maxwell Date: Tue, 19 Oct 2010 20:34:10 -0700 Subject: [PATCH] added diaspora handle to user profile page --- app/views/people/show.html.haml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/people/show.html.haml b/app/views/people/show.html.haml index 83e7cf50d..8a76a63a6 100644 --- a/app/views/people/show.html.haml +++ b/app/views/people/show.html.haml @@ -12,6 +12,8 @@ = person_image_link(@person) %ul -unless @posts.first.nil? + %li + %b.small= @person.diaspora_handle %li %i= t(".last_seen",:how_long_ago => how_long_ago(@posts.first)) - if @person != current_user.person && current_user.friends.include?(@person)